fish-shell/share/completions/yast2.fish
Johannes Altmanninger 9c327b19a6 Fix extra or missing newlines at end of file in our fish scripts
New fish_indent does that too, so this will make any future reformatting
diffs smaller.

Done using either of:

	perl -pi -e 'undef $/; s/\n*$/\n/' share/**.fish
	kak -n -f '<a-/>\n*<ret>d' share/**.fish
2020-08-09 23:53:46 +02:00

10 lines
587 B
Fish

complete -f -c yast2 -a '(yast2 -l)' -d Module
complete -f -c yast2 -s h -l help -d 'Show help'
complete -f -c yast2 -s l -l list -d 'List all available modules'
complete -f -c yast2 -l qt -d 'Use the QT graphical user interface'
complete -f -c yast2 -l gtk -d 'Use the GTK graphical user interface'
complete -f -c yast2 -l ncurses -d 'Use the NCURSES text-mode user interface'
complete -f -c yast2 -s g -l geometry -d 'Default window size (qt only)'
complete -f -c yast2 -l noborder -d 'No window manager border for main window'
complete -f -c yast2 -l fullscreen -d 'Use full screen'