nestjs-console
Advanced tools
Changelog
[9.0.0] - 2023-07-15
Changelog
[7.0.1] - 2021-11-25
Changelog
[5.0.1] - 2021-04-13
@Console
decorator has been updated.name
by command
.@Console({name: "myCommand"})
=> @Console({command: "myCommand"})
npm install commander@^7.2.0
or using yarn yarn add commander@^7.2.0
command.exitOverride()
to simplify codeConsoleService.getCommand(name: string)
. Name is a command path separated by dots. eg: parent.command.subcommand
command.parent.opts()
inside the executed subCommand. This allow you to create group of command with global options based on parent optionsChangelog
[4.0.0] - 2020-10-16