fish-shell/share
Kurtis Rader 3e226f0a5e implement a new implicit int option spec
While updating the `history` function to use `argparse` I realized it is
useful to define an option that can be used in three ways. First by
using the short flag; e.g., `-n NNN`. Second by using the long flag;
e.g., `--max NNN`. Third, as an implicit int flag; e.g., `-NNN`. This
use case is now supported by a spec of the form `n#max`.
2017-07-16 18:27:41 -07:00
..
completions Added completions for passwd 2017-07-11 17:10:24 +02:00
functions implement a new implicit int option spec 2017-07-16 18:27:41 -07:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Fix last status report (it's always 0) 2017-06-22 14:01:19 +02:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish harden *share/config.fish* against an unset var 2017-07-02 21:16:48 -07:00