mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
3 lines
211 B
Fish
3 lines
211 B
Fish
complete -c tokenize -s e -l with-empty -d (_ "Allow empty tokens")
|
|
complete -c tokenize -s n -l no-empty -d (_ "Ignore empty tokens")
|
|
complete -c tokenize -s d -l delimiter -d (_ "Delimiters for tokenization")
|