clap/clap_generate
Marti Raudsepp 64ee0f8009 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.
2020-08-06 22:17:31 +03:00
..
examples Add hinting of arg value types for zsh/fish completion 2020-08-06 22:17:31 +03:00
src Add hinting of arg value types for zsh/fish completion 2020-08-06 22:17:31 +03:00
tests Add hinting of arg value types for zsh/fish completion 2020-08-06 22:17:31 +03:00
Cargo.toml Some modifications to allow cargo verification to work 2020-05-03 11:48:01 +02:00
README.md Refactor clap_generate 2020-02-07 07:52:04 +01:00

clap_generate