/usr/share/fish/completions/native2ascii.fish is in fish-common 2.4.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | # native2ascii
complete -c native2ascii -o reverse --description 'Perform the reverse operation'
complete -c native2ascii -o encoding --description 'Specifies the name of the character encoding'
complete -c native2ascii -o Joption --description 'Pass "option" to JVM'
|