Skip to content

Commit cf7c3b7

Browse files
author
tal-rofe
committed
refactor: 💡 remove root command description
remove root command description
1 parent 7c10205 commit cf7c3b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/commands/base/base.command.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ import { getNodeJsVersion, getNpmVersion } from '@/helpers/required-software';
88

99
import type { ICommandOptions } from './interfaces/command-options';
1010

11-
@RootCommand({
12-
description: 'Command handler for base CLI',
13-
})
11+
@RootCommand({})
1412
export class BaseCommand extends CommandRunner {
1513
public async run(_: string[], options?: ICommandOptions) {
1614
if (options?.version) {

0 commit comments

Comments
 (0)