mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-17 02:08:42 +00:00
7ddecde543
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz
3 lines
199 B
Fish
3 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"
|