mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 04:46:15 +08:00
4 lines
199 B
Fish
4 lines
199 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"
|