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

feat: support the alias of command #11

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

screw-hand
Copy link

gum
Usage: gum [options] [command]

Options:
  -V, --version                 output the version number
  -h, --help                    display help for command

Commands:
  list|ls                       List all the user config group
  set|s [options] <group-name>  Set one group for user config
  use|u [options] <group-name>  Use one group name for user config
  delete|del <group-name>       Delete one group
  help [command]                display help for command
gum list      => gum ls
gum set      => gum s
gum use     => gum u
gum delete => gum del/d
gum use [group-name] --glboal => gum use [group-name] -g

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

Successfully merging this pull request may close these issues.

None yet

1 participant