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

Add hinting of arg value types for zsh/fish completion #1793

Merged
merged 1 commit into from
Aug 7, 2020

Commits on Aug 6, 2020

  1. Add hinting of arg value types for zsh/fish completion

    Adds new method/attribute `Arg::value_hint`, taking a `ValueHint` enum
    as argument. The hint can denote accepted values, for example: paths,
    usernames, hostnames, commands, etc.
    
    This initial implementation supports hints for the zsh and fish
    completion generators, support for other shells can be added later.
    intgr committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    64ee0f8 View commit details
    Browse the repository at this point in the history