commandpost icon indicating copy to clipboard operation
commandpost copied to clipboard

Added command aliases

Open raffis opened this issue 5 years ago • 1 comments

Clean new pr for #14. Sorry for the delay!

Missing command aliases as a feature.

For example such a thing is now possible:

      .subCommand<CreateOptions, CreateArgs>('access-roles [name]')
      .alias('ar')
      .description('Create new access role')
      .action(this.execute.bind(this));

It's possible now to execute the commands callback with access-role or ar.

raffis avatar Mar 01 '19 13:03 raffis

friendly reminder

raffis avatar May 07 '19 15:05 raffis