mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-10 06:54:01 +08:00
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")
|