@@ -116,6 +116,7 @@ complete -c oma -n "__fish_seen_subcommand_from show" -l no-progress -d 'Do not
116
116
complete -c oma -n " __fish_seen_subcommand_from show" -l no-check-dbus
117
117
complete -c oma -n " __fish_seen_subcommand_from show" -s h -l help -d ' Print help (see more with \' --help\' )'
118
118
complete -c oma -n " __fish_seen_subcommand_from search" -l sysroot -d ' Set sysroot target directory' -r
119
+ complete -c oma -n " __fish_seen_subcommand_from search" -l no-pager -d ' Output result to stdout, not pager'
119
120
complete -c oma -n " __fish_seen_subcommand_from search" -l debug -d ' Run oma with debug mode'
120
121
complete -c oma -n " __fish_seen_subcommand_from search" -l no-color -d ' No color output to result'
121
122
complete -c oma -n " __fish_seen_subcommand_from search" -l follow-terminal-color -d ' Output result with terminal theme color'
@@ -124,13 +125,15 @@ complete -c oma -n "__fish_seen_subcommand_from search" -l no-check-dbus
124
125
complete -c oma -n " __fish_seen_subcommand_from search" -s h -l help -d ' Print help (see more with \' --help\' )'
125
126
complete -c oma -n " __fish_seen_subcommand_from files" -l sysroot -d ' Set sysroot target directory' -r
126
127
complete -c oma -n " __fish_seen_subcommand_from files" -l bin -d ' Search binary of package(s)'
128
+ complete -c oma -n " __fish_seen_subcommand_from files" -l no-pager -l println -d ' Set output mode as current println mode'
127
129
complete -c oma -n " __fish_seen_subcommand_from files" -l debug -d ' Run oma with debug mode'
128
130
complete -c oma -n " __fish_seen_subcommand_from files" -l no-color -d ' No color output to result'
129
131
complete -c oma -n " __fish_seen_subcommand_from files" -l follow-terminal-color -d ' Output result with terminal theme color'
130
132
complete -c oma -n " __fish_seen_subcommand_from files" -l no-progress -d ' Do not display progress bar'
131
133
complete -c oma -n " __fish_seen_subcommand_from files" -l no-check-dbus
132
134
complete -c oma -n " __fish_seen_subcommand_from files" -s h -l help -d ' Print help (see more with \' --help\' )'
133
135
complete -c oma -n " __fish_seen_subcommand_from provides" -l sysroot -d ' Set sysroot target directory' -r
136
+ complete -c oma -n " __fish_seen_subcommand_from provides" -l no-pager -l println -d ' Set output mode as current println mode'
134
137
complete -c oma -n " __fish_seen_subcommand_from provides" -l bin -d ' Search binary of package(s)'
135
138
complete -c oma -n " __fish_seen_subcommand_from provides" -l debug -d ' Run oma with debug mode'
136
139
complete -c oma -n " __fish_seen_subcommand_from provides" -l no-color -d ' No color output to result'
0 commit comments