mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-22 08:38:08 +02:00
feat(cli): hide standalone scan from public help
This commit is contained in:
parent
3371d41157
commit
44585b3f65
2 changed files with 3 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ function parseConnectionId(value: string): string {
|
|||
|
||||
export function registerScanCommands(program: Command, context: KtxCliCommandContext): void {
|
||||
program
|
||||
.command('scan')
|
||||
.command('scan', { hidden: true })
|
||||
.description('Run a standalone connection scan')
|
||||
.argument('<connectionId>', 'KTX connection id to scan', parseConnectionId)
|
||||
.option(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue