mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:18:50 +08:00
68527ff20c
This ends up saving a surprising number of bytes.
5 lines
235 B
Fish
5 lines
235 B
Fish
# native2ascii
|
|
complete -c native2ascii -o reverse -d 'Perform the reverse operation'
|
|
complete -c native2ascii -o encoding -d 'Specifies the name of the character encoding'
|
|
complete -c native2ascii -o Joption -d 'Pass "option" to JVM'
|