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:
@@ -36,6 +36,7 @@ export function convertArgsToObject(args: string[]): { args: string[], options:
|
||||
'autoInputs',
|
||||
'sign',
|
||||
'broadcast',
|
||||
'install',
|
||||
]);
|
||||
|
||||
const positionalArgs: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user