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

'zplug help' does not work, while 'zplug --help' does #451

Closed
1 of 4 tasks
raxod502 opened this issue Dec 30, 2017 · 2 comments
Closed
1 of 4 tasks

'zplug help' does not work, while 'zplug --help' does #451

raxod502 opened this issue Dec 30, 2017 · 2 comments

Comments

@raxod502
Copy link

  • Type:
    • Bug
    • Enhancement
    • Feature Request
    • Question

  • zplug --version: 2.4.1
  • zsh --version: zsh 5.4.2 (x86_64-apple-darwin15.6.0)
  • uname -a: Darwin [REDACTED] 15.6.0 Darwin Kernel Version 15.6.0: Mon Oct 2 22:20:08 PDT 2017; root:xnu-3248.71.4~1/RELEASE_X86_64 x86_64

Observe:

% zplug help
[zplug] help: no such command
% zplug --help
usage: zplug [OPTIONS] [COMMANDS [options] [args]]

I think it would be a better user experience if zplug help worked the same as zplug --help.

@ghost
Copy link

ghost commented Feb 14, 2018

You can implement it by including the following code in ~/.zshrc

zplug-help() {
	zplug --help $@
}

@babarot
Copy link
Member

babarot commented May 14, 2018

Agree so I added this command to zplug. Thank you for your suggestion.

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

2 participants