mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-26 15:29:47 +08:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
4 lines
211 B
Fish
4 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")
|