Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions share/completions/yast2.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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'