Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Alias for command #3

Closed
unix opened this issue Jun 16, 2019 · 0 comments · Fixed by #5
Closed

[Feature] Alias for command #3

unix opened this issue Jun 16, 2019 · 0 comments · Fixed by #5

Comments

@unix
Copy link
Owner

unix commented Jun 16, 2019

Expected:

  • Call commands with alias
  • No breaking changes

Examples:

@Command({
  name: 'command',
  alias: 'c',
})
export class Command {
}

and
<name> command == <name> c

Programme:

  • Add param alias to command annotation
  • Check alias when command initial

Others:

  • There may be naming conflicts
@unix unix added the in-plan label Jun 16, 2019
@unix unix self-assigned this Jun 17, 2019
@unix unix mentioned this issue Jun 17, 2019
3 tasks
@unix unix closed this as completed in #5 Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant