mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
feat(cli): clean up command surface
This commit is contained in:
parent
60457e9407
commit
e15a4ebaec
61 changed files with 406 additions and 2076 deletions
|
|
@ -44,8 +44,8 @@ export async function runSetupDev(options = {}) {
|
|||
{
|
||||
name: 'doctor setup',
|
||||
command: process.execPath,
|
||||
args: ['packages/cli/dist/bin.js', 'dev', 'doctor', 'setup', '--no-input'],
|
||||
retry: 'pnpm run ktx -- dev doctor setup --no-input',
|
||||
args: ['packages/cli/dist/bin.js', 'status', '--no-input'],
|
||||
retry: 'pnpm run ktx -- status --no-input',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue