Add help & version flags
[?]
Dec 2, 2020, 5:37 PM
FYNQALNKZNDDCPSPJMPZEIV25GJQZHXIRFJKOB4NIY6CQYL3H27QCDependencies
- [2]
P37JFWNEAdd basic completions (working) - [3]
ZVCZHGZNAdd pijul-change - [*]
APJU3BKKAdd basic commands
Change contents
- edit in pijul.fish at line 6
- replacement in pijul.fish at line 26
complete -f -c pijul -n "not __fish_seen_subcommand_from $commands" -a "help" -d "Print pijul help text"[2.2345]complete -f -c pijul -n "not __fish_seen_subcommand_from $commands" -a "help" -d "Print pijul help text"complete -f -c pijul -s h -l help -d "Print help information"complete -f -c pijul -s V -l version -d "Print version information"