/
aqa
/
claude-code
Обзор
Документация
Войти
/
aqa
/
claude-code
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
utils/bash/specs/index.ts
18 строк
380 B
kuberwastaken
new initial commit (history rewritten)
01 апр 2026, 14:57
01 апр 2026, 14:57
c1996f2
Код
Авторство
О чём код?
import type { CommandSpec } from '../registry.js' import alias from './alias.js' import nohup from './nohup.js' import pyright from './pyright.js' import sleep from './sleep.js' import srun from './srun.js' import time from './time.js' import timeout from './timeout.js' export default [ pyright, timeout, sleep, alias, nohup, time, srun, ] satisfies CommandSpec[]