mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-22 08:38:08 +02:00
fix(cli): simplify setup flags and agents tty handling
This commit is contained in:
parent
7cec0041eb
commit
86cf240540
18 changed files with 249 additions and 148 deletions
|
|
@ -620,7 +620,6 @@ try {
|
|||
'setup',
|
||||
'--project-dir',
|
||||
projectDir,
|
||||
'--new',
|
||||
'--no-input',
|
||||
'--yes',
|
||||
'--skip-llm',
|
||||
|
|
@ -638,7 +637,6 @@ try {
|
|||
'setup',
|
||||
'--project-dir',
|
||||
emptyProjectDir,
|
||||
'--new',
|
||||
'--no-input',
|
||||
'--yes',
|
||||
'--skip-llm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue