mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
68527ff20c
This ends up saving a surprising number of bytes.
4 lines
235 B
Fish
4 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'
|