Remove ESBuild experiment. Add --install option for bash completions. Move shell scripts to separate files for auditability. Fix template inspect command autocomplete and output formatting

This commit is contained in:
2026-04-20 11:12:26 +00:00
parent ff2fe126c6
commit 32c42cdc2d
11 changed files with 706 additions and 1049 deletions

View File

@@ -36,6 +36,7 @@ export function convertArgsToObject(args: string[]): { args: string[], options:
'autoInputs',
'sign',
'broadcast',
'install',
]);
const positionalArgs: string[] = [];