Closed tienne closed 6 years ago
i use default command here
export const description = ` ============================== cli: v${version} maintainer: ${author.name} ============================== `; export const subcommands: SubcommandDefinition[] = [ { name: 'worker' } ];
command run but error code 1 and print helpinfo i want helpInfo return and not throw how can?
@tienne Hi, it is by-design. To exit with code 0 you may specify -h, --help or -? explicitly.
-h
--help
-?
aha! thanks! this issue close
i use default command here
command run but error code 1 and print helpinfo i want helpInfo return and not throw how can?