Add system-wide settings config for administrators (#3498)

Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
christine betts 2025-07-09 21:16:42 +00:00 committed by GitHub
parent 063481faa4
commit da50a1eefb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 292 additions and 31 deletions

View file

@ -168,6 +168,7 @@ async function parseArguments(): Promise<CliArgs> {
type: 'boolean',
description: 'List all available extensions and exit.',
})
.version(await getCliVersion()) // This will enable the --version flag based on package.json
.alias('v', 'version')
.help()