diff --git a/src/commands/list.ts b/src/commands/list.ts index 3f177b7..4ddf8de 100644 --- a/src/commands/list.ts +++ b/src/commands/list.ts @@ -27,10 +27,10 @@ export class ListCommand extends BaseCommand { static description: string = 'View list of available commands' static help = [ 'The list command displays a list of all the commands:', - ' {{ binaryName }}list', + ' {{ binaryName }} list', '', 'You can also display the commands for a specific namespace:', - ' {{ binaryName }}list ', + ' {{ binaryName }} list ', ] /** diff --git a/tests/commands/list.spec.ts b/tests/commands/list.spec.ts index 1c1d2cd..6c57c8f 100644 --- a/tests/commands/list.spec.ts +++ b/tests/commands/list.spec.ts @@ -251,10 +251,10 @@ test.group('List command', () => { description: 'View list of available commands', help: [ 'The list command displays a list of all the commands:', - ' {{ binaryName }}list', + ' {{ binaryName }} list', '', 'You can also display the commands for a specific namespace:', - ' {{ binaryName }}list ', + ' {{ binaryName }} list ', ], namespace: null, aliases: [],