-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Would it be possible to, or is it currently possible, to have nested commands?
program
.command('user')
.command('add [name]')
.description('Adds a new user')
.action(function(name) {
//
});The reason I'm asking is because it seems commands with spaces in them don't work :/
ie.
program.command('add user [name]');Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels