/
sbars
/
claude-code
Обзор
Документация
Войти
/
sbars
/
claude-code
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
utils/bash/specs/time.ts
13 строк
244 B
kuberwastaken
init
31 мар 2026, 13:55
31 мар 2026, 13:55
ec53fcb
Код
Авторство
О чём код?
import type { CommandSpec } from '../registry.js' const time: CommandSpec = { name: 'time', description: 'Time a command', args: { name: 'command', description: 'Command to time', isCommand: true, }, } export default time