Skip to content

allow users to setup aliases for commands #86

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

Closed
Sasiko opened this issue Jan 3, 2019 · 1 comment
Closed

allow users to setup aliases for commands #86

Sasiko opened this issue Jan 3, 2019 · 1 comment
Assignees
Milestone

Comments

@Sasiko
Copy link

Sasiko commented Jan 3, 2019

examples
!archive !a
!close !c
!reply !r

People appreciate short commands especially when there are some community that respond 30+ tickets a day.

@kyb3r kyb3r added this to the v2.0 milestone Jan 3, 2019
@kyb3r kyb3r assigned kyb3r and unassigned fourjr Jan 3, 2019
@kyb3r
Copy link
Collaborator

kyb3r commented Jan 3, 2019

Aliases

  • Added this in v2.0.0.

If called without subcommands, returns a list of aliases that are currently set.

Subcommands

  • add [name] [command]...
  • del [name]

You can also pass in arguments for the command you want to link to the alias, enabling you to do things like:

  • alias add i move Important

@kyb3r kyb3r closed this as completed Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants