completions: More short descriptions

Work on #6981.
This commit is contained in:
Fabian Homborg 2020-12-14 17:14:46 +01:00
parent 36766ea3d7
commit c065d24632
11 changed files with 112 additions and 112 deletions

View File

@ -4,7 +4,7 @@
complete -c find -s P -d "Never follow symlinks"
complete -c find -s L -o follow -d "Follow symlinks"
complete -c find -s H -d "Do not follow symbolic links, except while processing the command line arguments"
complete -c find -s H -d "Don't follow symbolic links (except for command line arguments)"
# General options
@ -17,7 +17,7 @@ complete -c find -o maxdepth -d "Maximum recursion depth" -a "1 2 3 4 5 6 7 8 9"
complete -c find -o mindepth -d "Do not apply any tests or actions at levels less than specified level" -a "1 2 3 4 5 6 7 8 9"
complete -c find -o mount -o xdev -d "Don't descend directories on other filesystems"
complete -c find -o noignore_readdir_race -d "Print error messages for files that are deleted while running find"
complete -c find -o noleaf -d "Do not optimize by assuming that directories contain 2 fewer subdirectories than their hard link count"
complete -c find -o noleaf -d "Don't assume directories contain 2 fewer subdirs than their hard link count"
complete -c find -o regextype -d "Specify regular expression type" -a "emacs posix-awk posix-basic posix-egrep posix-extended"
complete -c find -o version -l version -d "Display version and exit"
complete -c find -o warn -d "Turn warnings on"
@ -74,7 +74,7 @@ set -l type_comp 'b\t"Block device" c\t"Character device" d\t"Directory" p\t"Nam
complete -c find -o type -d "File is of specified type" -x -a $type_comp
complete -c find -o uid -d "File's owner has specified numeric user ID" -x -a "(__fish_complete_user_ids)"
complete -c find -o used -d "File was last accessed specified number of days after its status was last changed" -x
complete -c find -o used -d "File was last used X number of days after its status was last changed" -x
complete -c find -o user -d "File's owner" -x -a "(__fish_complete_users)"
complete -c find -o xtype -d "Check type of file - in case of symlink, check the file that is not checked by -type" -x -a $type_comp
complete -c find -o context -d "File's security context matches specified pattern" -x
@ -91,7 +91,7 @@ complete -c find -o fprint0 -d "Print null separated full file names into specif
complete -c find -o fprintf -d "Print formated data into specified file" -F
complete -c find -o ok -d "Execute specified command for each located file after asking user" -r
complete -c find -o print -d "Print full file names"
complete -c find -o okdir -d "Execute specified command for each located file, in the files directory, after asking user" -r
complete -c find -o okdir -d "Execute a command for each located file, in its directory, after asking" -r
complete -c find -o print0 -d "Print null separated full file names"
complete -c find -o printf -d "Print formated data" -x
complete -c find -o prune -d "Do not recurse unless -depth is specified"

View File

@ -73,8 +73,8 @@ complete -c wget -l proxy-password -d "Specify the proxy password" -x
complete -c wget -l referer -d "Set referer URL" -x
complete -c wget -l save-headers -d "Save the headers sent by the HTTP server"
complete -c wget -s U -l user-agent -d "Identify as agent-string" -x
complete -c wget -l post-data -d "Use POST as the method for all HTTP requests and send the specified data in the request body" -x
complete -c wget -l post-file -d "Use POST as the method for all HTTP requests and send the specified data in the request body" -r
complete -c wget -l post-data -d "Do HTTP POST requests and send the given string in the body" -x
complete -c wget -l post-file -d "Do HTTP POST requests and send the contents of this file in the body" -r
complete -c wget -l no-http-keep-alive -d "Turn off keep-alive for http downloads"
# HTTPS options

View File

@ -2,7 +2,7 @@
#Completions for xargs
#
complete -c xargs -s 0 -l null -d "Input filenames are terminated by a null character instead of by whitespace, and the quotes and backslash are not special"
complete -c xargs -s 0 -l null -d "Terminate filenames with a \0 instead of whitespace, ignore quotes and backslash"
complete -c xargs -s e -l eof -d "Set the end of file string to eof-str"
complete -c xargs -s E -r -f -d "Set the end of file string to eof-str"
complete -c xargs -l help -d "Display help and exit"
@ -11,7 +11,7 @@ complete -c xargs -s I -r -f -d "Replace replace-str in the initial arguments wi
complete -c xargs -s l -l max-lines -d "Use at most max-lines nonblank input lines per command line"
complete -c xargs -s L -r -f -d "Use at most max-lines nonblank input lines per command line"
complete -c xargs -s n -l max-args -r -f -d "Use at most max-args arguments per command line"
complete -c xargs -s p -l interactive -d "Prompt the user about whether to run each command line and read a line from the terminal"
complete -c xargs -s p -l interactive -d "Prompt the user before running each command line"
complete -c xargs -s r -l no-run-if-empty -d "If the standard input does not contain any nonblanks, do not run the command"
complete -c xargs -s s -l max-chars -r -f -d "Use at most max-chars characters per command line"
complete -c xargs -s t -l verbose -d "Print the command line on the standard error output before executing it"

View File

@ -6,30 +6,30 @@ set -l modes none gzip bzip2 xz lz4 zstd
complete -c $progname -f -a "(__fish_complete_directories)"
complete -c $progname -s A -d 'The target architecture for this package (required).' -x
complete -c $progname -s B -d 'The package builder string, free form.' -x
complete -c $progname -s C -d 'A list of package patterns that this package should conflict with, separated by whitespaces.' -x
complete -c $progname -s D -d 'A list of package patterns this package depends on, separated by whitespaces.' -x
complete -c $progname -s F -d 'A list of configuration files this package provides, separated by whitespace.' -x
complete -c $progname -s G -d 'This sets a string with the git revisions of the sourcepkg that was used to binary package.' -x
complete -c $progname -s H -d 'The package homepage string.' -x
complete -c $progname -s h -d 'Show the help message.'
complete -c $progname -s l -d 'The package license.' -x
complete -c $progname -s M -d 'A list of mutable files this package provides, separated by whitespaces.' -x
complete -c $progname -s m -d 'The package maintainer name and/or email contact.' -x
complete -c $progname -s n -d 'The package name/version tuple, e. g: \'foo-1. 0_1\'.' -x
complete -c $progname -s P -d 'A list of virtual packages this package provides, separated by whitespaces.' -x
complete -c $progname -s p -d 'If set the package files will be preserved after being updated.'
complete -c $progname -s q -d 'Enable quiet operation.'
complete -c $progname -s R -d 'A list of package patterns this package replaces, separated by whitespaces.' -x
complete -c $progname -s r -d 'A list of versions this package reverts, separated by whitespaces.' -x
complete -c $progname -s S -d 'A long description for this package.' -x
complete -c $progname -s s -d 'A short description for this package, one line with less than 80 characters.' -x
complete -c $progname -s t -d 'A list of tags (categories) this package should be part of, separated by whit…' -x
complete -c $progname -s V -d 'Show the version information.'
complete -c $progname -l build-options -d 'A string containing the build options used in package.' -x
complete -c $progname -l compression -d 'Set the binary package compression format. If unset, defaults to zstd.' -xa "$modes"
complete -c $progname -l shlib-provides -d 'A list of provided shared libraries, separated by whitespaces.' -x
complete -c $progname -l shlib-requires -d 'A list of required shared libraries, separated by whitespaces.' -x
complete -c $progname -l alternatives -d 'A list of alternatives provided by this package, separated by whitespaces.' -x
complete -c $progname -s c -d 'The package changelog string.' -x
complete -c $progname -s A -d 'The target architecture for this package (required)' -x
complete -c $progname -s B -d 'The package builder string, free form' -x
complete -c $progname -s C -d 'Package patterns this package conflicts with, separated by whitespaces' -x
complete -c $progname -s D -d 'Package patterns this package depends on, separated by whitespaces' -x
complete -c $progname -s F -d 'Configuration files this package provides, separated by whitespace' -x
complete -c $progname -s G -d 'Set git revisions of the sourcepkg used to build binary package' -x
complete -c $progname -s H -d 'The package homepage string' -x
complete -c $progname -s h -d 'Show the help message'
complete -c $progname -s l -d 'The package license' -x
complete -c $progname -s M -d 'A list of mutable files this package provides, separated by whitespaces' -x
complete -c $progname -s m -d 'The package maintainer name and/or email contact' -x
complete -c $progname -s n -d 'The package name/version tuple, e. g: \'foo-1. 0_1\'' -x
complete -c $progname -s P -d 'Virtual packages this package provides, separated by whitespace' -x
complete -c $progname -s p -d 'Preserve package files after being updated'
complete -c $progname -s q -d 'Enable quiet operation'
complete -c $progname -s R -d 'Package patterns this package replaces, separated by whitespaces' -x
complete -c $progname -s r -d 'Versions this package reverts, separated by whitespaces' -x
complete -c $progname -s S -d 'A long description for this package' -x
complete -c $progname -s s -d 'A short description for this package, one line under 80 characters' -x
complete -c $progname -s t -d 'Tags (categories) for this package, separated by whitespace' -x
complete -c $progname -s V -d 'Show the version information'
complete -c $progname -l build-options -d 'A string containing the build options used in package' -x
complete -c $progname -l compression -d 'Set the binary package compression format (default: zstd)' -xa "$modes"
complete -c $progname -l shlib-provides -d 'Provided shared libraries, separated by whitespace' -x
complete -c $progname -l shlib-requires -d 'Required shared libraries, separated by whitespace' -x
complete -c $progname -l alternatives -d 'Alternatives provided by this package, separated by whitespace' -x
complete -c $progname -s c -d 'The package changelog string' -x

View File

@ -8,23 +8,23 @@ set -l listall "(__fish_print_packages)"
complete -c $progname -f
complete -c $progname -a "$listall"
complete -c $progname -s A -d 'Enables automatic installation mode, i. e. treat as orphan unless dependency of already installed package.'
complete -c $progname -s C -d 'Specifies a path to the XBPS configuration directory.' -xa "(__fish_complete_directories)"
complete -c $progname -s c -d 'Specifies a path to the cache directory, where binary packages are stored.' -xa "(__fish_complete_directories)"
complete -c $progname -s d -d 'Enables extra debugging shown to stderr.'
complete -c $progname -s D -d 'Only download packages to the cache, do not do any other installation steps.'
complete -c $progname -s f -d 'Force downgrade/reinstall package (pass option twice to reinstall config files as well).'
complete -c $progname -s h -d 'Show the help message.'
complete -c $progname -s I -d 'Ignore detected file conflicts in a transaction.'
complete -c $progname -s i -d 'Ignore repositories defined in configuration files.'
complete -c $progname -s M -d 'For remote repositories, the data is fetched and stored in memory.'
complete -c $progname -s n -d 'Dry-run mode. Show what actions would be done but don\'t do anything.'
complete -c $progname -s R -d 'Enable repository mode.'
complete -c $progname -l repository -d 'Appends the specified repository to the top of the list.'
complete -c $progname -s r -d 'Specifies a full path for the target root directory.' -xa "(__fish_complete_directories)"
complete -c $progname -s S -d 'Synchronize remote repository index files.'
complete -c $progname -s U -d 'If set, packages to be installed or upgraded in the transaction won\'t be configured.'
complete -c $progname -s u -d 'Performs a full system upgrade (except for packages on hold).'
complete -c $progname -s v -d 'Enables verbose messages.'
complete -c $progname -s y -d 'Assume yes to all questions and avoid interactive questions.'
complete -c $progname -s V -d 'Show the version information.'
complete -c $progname -s A -d 'Install as a dependency'
complete -c $progname -s C -d 'Use this XBPS configuration directory.' -xa "(__fish_complete_directories)"
complete -c $progname -s c -d 'Use this cache directory to store binary packages' -xa "(__fish_complete_directories)"
complete -c $progname -s d -d 'Enable extra debugging shown to stderr'
complete -c $progname -s D -d 'Only download packages to the cache'
complete -c $progname -s f -d 'Force downgrade/reinstall package (pass twice to reinstall config files as well)'
complete -c $progname -s h -d 'Show the help message'
complete -c $progname -s I -d 'Ignore detected file conflicts in a transaction'
complete -c $progname -s i -d 'Ignore repositories defined in configuration files'
complete -c $progname -s M -d 'For remote repositories, the data is fetched and stored in memory'
complete -c $progname -s n -d 'Dry-run mode. Show what actions would be done but don\'t do anything'
complete -c $progname -s R -d 'Enable repository mode'
complete -c $progname -l repository -d 'Append the specified repository to the top of the list'
complete -c $progname -s r -d 'Use this target root directory' -xa "(__fish_complete_directories)"
complete -c $progname -s S -d 'Synchronize remote repository index files'
complete -c $progname -s U -d 'Don\'t configure packages'
complete -c $progname -s u -d 'Performs a full system upgrade (except for packages on hold)'
complete -c $progname -s v -d 'Enables verbose messages'
complete -c $progname -s y -d 'Assume yes to all questions and avoid interactive questions'
complete -c $progname -s V -d 'Show the version information'

View File

@ -11,29 +11,29 @@ complete -c $progname -f
complete -c $progname -a "$listinstalled"
complete -c $progname -n "__fish_contains_opt -s R" -a "$listall"
complete -c $progname -s C -d 'Specifies a path to the XBPS configuration directory.' -xa "(__fish_complete_directories)"
complete -c $progname -s c -d 'Specifies a path to the cache directory, where binary packages are stored.' -xa "(__fish_complete_directories)"
complete -c $progname -s d -d 'Enables extra debugging shown to stderr.'
complete -c $progname -s h -d 'Show the help message.'
complete -c $progname -s i -d 'Ignore repositories defined in configuration files.'
complete -c $progname -s M -d 'For remote repositories, the data is fetched and stored in memory only.'
complete -c $progname -s p -d 'Only match this package property.'
complete -c $progname -s R -d 'Enable repository mode.'
complete -c $progname -l repository -d 'Appends the specified repository to the top of the list.'
complete -c $progname -l regex -d 'Enables string matching by using Extended Regular Expressions in compatible modes'
complete -c $progname -l fulldeptree -d 'Prints a full dependency tree in the show dependencies mode.'
complete -c $progname -s r -d 'Specifies a full path for the target root directory.' -xa "(__fish_complete_directories)"
complete -c $progname -s v -d 'Enables verbose messages.'
complete -c $progname -s V -d 'Show the version information.'
complete -c $progname -s l -d 'Lists registered packages in the package database (pkgdb).'
complete -c $progname -s H -d 'List registered packages in the package database (pkgdb) that are on hold.'
complete -c $progname -s L -d 'Lists repositories and the number of packages contained on them.'
complete -c $progname -s m -d 'Lists registered packages in the package database (pkgdb) that were installed manually'
complete -c $progname -s O -d 'Lists package orphans in the package database (pkgdb)'
complete -c $progname -s o -d 'Search for installed package files by matching PATTERN.'
complete -c $progname -s S -d 'Shows information of an installed package.' -x
complete -c $progname -s s -d 'Search for packages by matching PATTERN on its pkgver and/or short_desc properties'
complete -c $progname -s f -d 'Show the package files for PKG.' -x
complete -c $progname -s x -d 'Show the required dependencies for PKG. Only direct dependencies are shown.' -x
complete -c $progname -s X -d 'Show the reverse dependencies for PKG.' -x
complete -c $progname -l cat -d 'Prints the file FILE stored in binary package PKG to stdout.' -F
complete -c $progname -s C -d 'Use this XBPS configuration directory' -xa "(__fish_complete_directories)"
complete -c $progname -s c -d 'Use this cache directory to store binary packages' -xa "(__fish_complete_directories)"
complete -c $progname -s d -d 'Enable extra debugging shown to stderr'
complete -c $progname -s h -d 'Show the help message'
complete -c $progname -s i -d 'Ignore repositories defined in configuration files'
complete -c $progname -s M -d 'For remote repositories, the data is fetched and stored in memory only'
complete -c $progname -s p -d 'Only match this package property'
complete -c $progname -s R -d 'Enable repository mode'
complete -c $progname -l repository -d 'Append the specified repository to the top of the list'
complete -c $progname -l regex -d 'Use Extended Regular Expressions'
complete -c $progname -l fulldeptree -d 'Print a full dependency tree in the show dependencies mode'
complete -c $progname -s r -d 'Use this path for the target root directory' -xa "(__fish_complete_directories)"
complete -c $progname -s v -d 'Enables verbose messages'
complete -c $progname -s V -d 'Show the version information'
complete -c $progname -s l -d 'List registered packages in the package database (pkgdb)'
complete -c $progname -s H -d 'List registered packages in the package database (pkgdb) that are on hold'
complete -c $progname -s L -d 'List repositories and the number of packages contained on them'
complete -c $progname -s m -d 'List packages in the package database (pkgdb) that were installed manually'
complete -c $progname -s O -d 'List package orphans in the package database (pkgdb)'
complete -c $progname -s o -d 'Search for installed package files by matching PATTERN'
complete -c $progname -s S -d 'Shows information of an installed package' -x
complete -c $progname -s s -d 'Search for packages by matching PATTERN on pkgver or short_desc'
complete -c $progname -s f -d 'Show the package files for PKG' -x
complete -c $progname -s x -d 'Show the required dependencies for PKG. Only direct dependencies are shown' -x
complete -c $progname -s X -d 'Show the reverse dependencies for PKG' -x
complete -c $progname -l cat -d 'Prints the file FILE stored in binary package PKG to stdout' -F

View File

@ -16,8 +16,8 @@ complete -c $progname -s f -d 'Forcefully remove package files even if they have
complete -c $progname -s h -d 'Show the help message.'
complete -c $progname -s n -d 'Dry-run mode. Show what actions would be done but don\'t do anything.'
complete -c $progname -s O -d 'Cleans cache directory removing obsolete binary packages.'
complete -c $progname -s o -d 'Removes installed package orphans that were installed automatically (as dependencies)'
complete -c $progname -s R -d 'Recursively remove packages that were installed by PKGNAME and aren\'t required by any other package'
complete -c $progname -s o -d 'Remove orphaned packages that were installed as dependencies'
complete -c $progname -s R -d 'Recursively remove packages installed by PKG not by any other package'
complete -c $progname -s r -d 'Specifies a full path for the target root directory.' -xa "(__fish_complete_directories)"
complete -c $progname -s v -d 'Enables verbose messages.'
complete -c $progname -s y -d 'Assume yes to all questions and avoid interactive questions.'

View File

@ -6,17 +6,17 @@ set -l modes none gzip bzip2 xz lz4 zstd
complete -c $progname -f
complete -c $progname -s d -d 'Enables extra debugging shown to stderr.'
complete -c $progname -l compression -d 'Set the repodata compression format. If unset, defaults to zstd.' -xa "$modes"
complete -c $progname -s C -d 'Check not only for file existence but for the correct file hash while cleaning.'
complete -c $progname -s f -d 'Forcefully register binary package into the local repository, overwriting existing entry.'
complete -c $progname -s h -d 'Show the help message.'
complete -c $progname -s V -d 'Show the version information.'
complete -c $progname -l signedby -d 'Name and email of person signing the repository.'
complete -c $progname -s d -d 'Enable extra debugging shown to stderr'
complete -c $progname -l compression -d 'Set the repodata compression format (default: zstd)' -xa "$modes"
complete -c $progname -s C -d 'Check not only for file existence but for the correct file hash while cleaning'
complete -c $progname -s f -d 'Forcefully register package into the local repo (overwriting)'
complete -c $progname -s h -d 'Show the help message'
complete -c $progname -s V -d 'Show the version information'
complete -c $progname -l signedby -d 'Name and email of person signing the repository'
complete -c $progname -l privkey -d 'Path to the private RSA key to sign the repository. Defaults to ~/.ssh/id_rsa' -F
complete -c $progname -s a -d 'Registers the binary package into the local repository.' -xa "(__fish_complete_suffix .xbps)"
complete -c $progname -s c -d 'Removes obsolete entries found in the local repository.' -xa "(__fish_complete_directories)"
complete -c $progname -s r -d 'Removes obsolete and currently unregistered packages from the local repository.' -xa "(__fish_complete_directories)"
complete -c $progname -s s -d 'Initializes a signed repository with your specified RSA key.' -xa "(__fish_complete_directories)"
complete -c $progname -s S -d 'Signs a binary package archive with your specified RSA key.' -xa "(__fish_complete_suffix .xbps)"
complete -c $progname -s a -d 'Register the binary package into the local repository' -xa "(__fish_complete_suffix .xbps)"
complete -c $progname -s c -d 'Remove obsolete entries found in the local repository' -xa "(__fish_complete_directories)"
complete -c $progname -s r -d 'Remove obsolete and currently unregistered packages from the local repository' -xa "(__fish_complete_directories)"
complete -c $progname -s s -d 'Initialize a signed repository with your specified RSA key' -xa "(__fish_complete_directories)"
complete -c $progname -s S -d 'Sign a binary package archive with your specified RSA key' -xa "(__fish_complete_suffix .xbps)"

View File

@ -10,14 +10,14 @@ complete -c xgettext -s D -l directory -d 'Add DIRECTORY to list for input files
complete -c xgettext -s d -l default-domain -d 'Use NAME'
complete -c xgettext -s o -l output -d 'Write output to specified file'
complete -c xgettext -s p -l output-dir -d 'Output files will be placed in directory DIR'
complete -c xgettext -s L -l language -d 'Recognise the specified language (C, C++, ObjectiveC, PO, Shell, Python, Lisp, EmacsLisp, librep, Scheme, Smalltalk, Java, JavaProperties, C#, awk, YCP, Tcl, Perl, PHP, GCC-source, NXStringTable, RST, Glade)'
complete -c xgettext -s L -l language -d 'Recognise the specified programming language'
complete -c xgettext -s C -l c++ -d 'Shorthand for --language=C++'
complete -c xgettext -l from-code -d 'Encoding of input files (except for Python, Tcl, Glade)'
complete -c xgettext -s j -l join-existing -d 'Join messages with existing file'
complete -c xgettext -s x -l exclude-file -d 'Entries from FILE'
complete -c xgettext -s c -l add-comments -d 'Place comment block with TAG (or those preceding keyword lines) in output file'
complete -c xgettext -s a -l extract-all -d 'Extract all strings (only languages C, C++, ObjectiveC, Shell, Python, Lisp, EmacsLisp, librep, Scheme, Java, C#, awk, Tcl, Perl, PHP, GCC-source, Glade)'
complete -c xgettext -s k -l keyword -d 'Additional keyword to be looked for (without WORD means not to use default keywords)'
complete -c xgettext -s a -l extract-all -d 'Extract all strings (only some languages)'
complete -c xgettext -s k -l keyword -d 'Look for this as an additional keyword'
complete -c xgettext -l flag -d 'Additional flag for strings inside the argument number ARG of keyword WORD'
complete -c xgettext -s T -l trigraphs -d 'Understand ANSI C trigraphs for input (only languages C, C++, ObjectiveC)'
complete -c xgettext -l qt -d 'Recognize Qt format strings (only language C++)'
@ -33,7 +33,7 @@ complete -c xgettext -l strict -d 'Write out strict Uniforum conforming'
complete -c xgettext -l properties-output -d 'Write out a Java'
complete -c xgettext -l stringtable-output -d 'Write out a NeXTstep/GNUstep'
complete -c xgettext -s w -l width -d 'Set output page width'
complete -c xgettext -l no-wrap -d 'Do not break long message lines, longer than the output page width, into several lines'
complete -c xgettext -l no-wrap -d 'Do not break long message lines into several lines'
complete -c xgettext -s s -l sort-output -d 'Generate sorted output'
complete -c xgettext -s F -l sort-by-file -d 'Sort output by file location'
complete -c xgettext -l omit-header -d 'Dont write header with msgid "" entry'

View File

@ -148,7 +148,7 @@ complete -c yarn -n '__fish_seen_subcommand_from $yarn_cmds' -l no-lockfile -d '
complete -c yarn -n '__fish_seen_subcommand_from $yarn_cmds' -l pure-lockfile -d 'don\'t generate a lockfile'
complete -c yarn -n '__fish_seen_subcommand_from $yarn_cmds' -l frozen-lockfile -d 'don\'t generate a lockfile and fail if an update is needed'
complete -c yarn -n '__fish_seen_subcommand_from $yarn_cmds' -l global-folder
complete -c yarn -n '__fish_seen_subcommand_from $yarn_cmds' -l modules-folder -d 'rather than installing modules into the node_modules folder relative to the cwd, output them here'
complete -c yarn -n '__fish_seen_subcommand_from $yarn_cmds' -l modules-folder -d 'install modules here instead of node_modules'
complete -c yarn -n '__fish_seen_subcommand_from $yarn_cmds' -l cache-folder -d 'specify a custom folder to store the yarn cache'
complete -c yarn -n '__fish_seen_subcommand_from $yarn_cmds' -l mutex -d 'use a mutex to ensure only one yarn instance is executing'

View File

@ -156,7 +156,7 @@ complete -f -n __fish_zypper_no_subcommand -c zypper -a licenses -d 'Print repor
complete -f -n __fish_zypper_no_subcommand -c zypper -a download -d 'Download rpms specified on the commandline to a local directory'
complete -f -n __fish_zypper_no_subcommand -c zypper -a source-download -d 'Download source rpms for all installed packages to a local directory'
complete -f -n __fish_zypper_no_subcommand -c zypper -a needs-rebooting -d 'Check if the needs-reboot flag was set'
complete -f -n __fish_zypper_no_subcommand -c zypper -a ps -d 'List running processes which might still use files and libraries deleted by recent upgrades'
complete -f -n __fish_zypper_no_subcommand -c zypper -a ps -d 'List running processes still using deleted files'
# Subcommands:
@ -376,11 +376,11 @@ complete -c zypper -n __fish_zypper_is_subcommand_in -l details -d 'Show the det
complete -c zypper -n __fish_zypper_is_subcommand_in -l from -rf -a "(__fish_zypper_print_repos -e)" -d 'Select packages from the specified repository'
complete -c zypper -n __fish_zypper_is_subcommand_in -l oldpackage -d 'Allow to replace a newer item with an older one.'
complete -c zypper -n __fish_zypper_is_subcommand_in -l allow-unsigned-rpm -d 'Silently install unsigned rpm packages given as commandline parameters'
complete -c zypper -n __fish_zypper_is_subcommand_in -l force -s f -d 'Install even if the item is already installed (reinstall), downgraded or changes vendor or architecture'
complete -c zypper -n __fish_zypper_is_subcommand_in -l force -s f -d 'Install even if the item is installed, downgraded or changes vendor/architecture'
complete -c zypper -n __fish_zypper_is_subcommand_in -l repo -s r -rf -a "(__fish_zypper_print_repos -e)" -d 'Load only the specified repository'
complete -c zypper -n __fish_zypper_is_subcommand_in -l no-confirm -s y -d 'Don\'t require user interaction'
complete -c zypper -n __fish_zypper_is_subcommand_in -l dry-run -s D -d 'Test the installation, do not actually install'
complete -c zypper -n __fish_zypper_is_subcommand_in -l replacefiles -d 'Install the packages even if they replace files from other, already installed, packages'
complete -c zypper -n __fish_zypper_is_subcommand_in -l replacefiles -d 'Install even if it replaces files from other installed packages'
complete -c zypper -n __fish_zypper_is_subcommand_in -l auto-agree-with-licenses -s l -d "Automatically say 'yes' to third party license confirmation prompt"
complete -c zypper -n __fish_zypper_is_subcommand_in -l download -rf -a "$__fish_zypper_download_modes" -d 'Set the download-install mode'
complete -c zypper -n __fish_zypper_is_subcommand_in -l download-only -s d -d 'Only download the packages, do not install'
@ -441,8 +441,8 @@ end
complete -c zypper -n __fish_zypper_is_subcommand_up -l type -s t -rf -a "$__fish_zypper_package_types" -d 'Type of package'
complete -c zypper -n __fish_zypper_is_subcommand_up -l details -d 'Show the detailed installation summary'
complete -c zypper -n __fish_zypper_is_subcommand_up -l best-effort -d "Do a 'best effort' approach to update. Updates to a lower than the latest version are also acceptable"
complete -c zypper -n __fish_zypper_is_subcommand_up -l replacefiles -d 'Install the packages even if they replace files from other, already installed, packages'
complete -c zypper -n __fish_zypper_is_subcommand_up -l best-effort -d "Accept updates to a lower than the latest version"
complete -c zypper -n __fish_zypper_is_subcommand_up -l replacefiles -d 'Install even if it replaces files from other installed packages'
complete -c zypper -n __fish_zypper_is_subcommand_up -l repo -s r -rf -a "(__fish_zypper_print_repos -e)" -d 'Load only the specified repository'
complete -c zypper -n __fish_zypper_is_subcommand_up -l no-confirm -s y -d 'Don\'t require user interaction'
complete -c zypper -n __fish_zypper_is_subcommand_up -l with-interactive -d 'Do not skip interactive updates'
@ -457,8 +457,8 @@ function __fish_zypper_is_subcommand_lu
end
complete -c zypper -n __fish_zypper_is_subcommand_lu -l type -s t -rf -a "$__fish_zypper_package_types" -d 'Type of package'
complete -c zypper -n __fish_zypper_is_subcommand_lu -l best-effort -d "Do a 'best effort' approach to update. Updates to a lower than the latest version are also acceptable"
complete -c zypper -n __fish_zypper_is_subcommand_lu -l all -s a -d 'List all packages for which newer versions are available, regardless whether they are installable or not'
complete -c zypper -n __fish_zypper_is_subcommand_lu -l best-effort -d "Accept updates to a lower than the latest version"
complete -c zypper -n __fish_zypper_is_subcommand_lu -l all -s a -d 'List all packages with newer versions, even uninstalled'
complete -c zypper -n __fish_zypper_is_subcommand_lu -l repo -s r -rf -a "(__fish_zypper_print_repos -e)" -d 'List only updates from the specified repository'
complete -c zypper -n __fish_zypper_is_subcommand_lu -l allow-downgrade -l no-allow-downgrade -d 'Whether to allow downgrading installed resolvables'
@ -489,7 +489,7 @@ end
complete -c zypper -n __fish_zypper_is_subcommand_dup -l from -rf -a "(__fish_zypper_print_repos -e)" -d 'Restrict upgrade to specified repository'
complete -c zypper -n __fish_zypper_is_subcommand_dup -l details -d 'Show the detailed installation summary'
complete -c zypper -n __fish_zypper_is_subcommand_dup -l replacefiles -d 'Install the packages even if they replace files from other, already installed, packages'
complete -c zypper -n __fish_zypper_is_subcommand_dup -l replacefiles -d 'Install even if it replaces files from other installed packages'
complete -c zypper -n __fish_zypper_is_subcommand_dup -l repo -s r -rf -a "(__fish_zypper_print_repos -e)" -d 'Load only the specified repository'
complete -c zypper -n __fish_zypper_is_subcommand_dup -l auto-agree-with-licenses -s l -d "Automatically say 'yes' to third party license confirmation prompt"
complete -c zypper -n __fish_zypper_is_subcommand_dup -l dry-run -s D -d 'Test the upgrade, do not actually upgrade'
@ -520,7 +520,7 @@ complete -c zypper -n __fish_zypper_is_subcommand_se -l conflicts -d 'Search pac
complete -c zypper -n __fish_zypper_is_subcommand_se -l obsoletes -d 'Search for packages which obsolete the search strings'
complete -c zypper -n __fish_zypper_is_subcommand_se -l suggests -d 'Search for packages which suggest the search strings'
complete -c zypper -n __fish_zypper_is_subcommand_se -l type -s t -rf -a "$__fish_zypper_package_types" -d 'Search only for packages of the specified type'
complete -c zypper -n __fish_zypper_is_subcommand_se -l name -s n -d 'Useful together with dependency options, otherwise searching in package name is default'
complete -c zypper -n __fish_zypper_is_subcommand_se -l name -s n -d 'Search package name even with dependency options'
complete -c zypper -n __fish_zypper_is_subcommand_se -l file-list -s f -d 'Search for a match in the file list of packages'
complete -c zypper -n __fish_zypper_is_subcommand_se -l search-descriptions -s d -d 'Search also in package summaries and descriptions'
complete -c zypper -n __fish_zypper_is_subcommand_se -l case-sensitive -s C -d 'Perform case-sensitive search'
@ -652,7 +652,7 @@ end
complete -c zypper -n __fish_zypper_is_subcommand_patch -l updatestack-only -d 'Consider only patches which affect the package management itself'
complete -c zypper -n __fish_zypper_is_subcommand_patch -l with-update -d 'Additionally try to update all packages not covered by patches'
complete -c zypper -n __fish_zypper_is_subcommand_patch -l details -d 'Show the detailed installation summary'
complete -c zypper -n __fish_zypper_is_subcommand_patch -l replacefiles -d 'Install the packages even if they replace files from other, already installed, packages'
complete -c zypper -n __fish_zypper_is_subcommand_patch -l replacefiles -d 'Install even if it replaces files from other installed packages'
complete -c zypper -n __fish_zypper_is_subcommand_patch -l repo -s r -rf -a "(__fish_zypper_print_repos -e)" -d 'Load only the specified repository'
complete -c zypper -n __fish_zypper_is_subcommand_patch -l category -s g -rf -a "$__fish_zypper_patch_category" -d 'Select patches with the specified category'
complete -c zypper -n __fish_zypper_is_subcommand_patch -l severity -rf -a "$__fish_zypper_patch_severity" -d 'Select patches with the specified severity'
@ -675,7 +675,7 @@ end
complete -c zypper -n __fish_zypper_is_subcommand_sourcedownload -l directory -r -s d -d 'Download all source rpms to this directory'
complete -c zypper -n __fish_zypper_is_subcommand_sourcedownload -l delete -d 'Delete extraneous source rpms in the local directory'
complete -c zypper -n __fish_zypper_is_subcommand_sourcedownload -l no-delete -d 'Do not delete extraneous source rpms'
complete -c zypper -n __fish_zypper_is_subcommand_sourcedownload -l status -d "Don't download any source rpms, but show which source rpms are missing or extraneous"
complete -c zypper -n __fish_zypper_is_subcommand_sourcedownload -l status -d "Show which source rpms are missing or extraneous"
function __fish_zypper_is_subcommand_download
__fish_zypper_cmd_in_array download
@ -691,5 +691,5 @@ function __fish_zypper_is_subcommand_ps
end
complete -c zypper -n __fish_zypper_is_subcommand_ps -l short -s s -d 'Create a short table not showing the deleted files'
complete -c zypper -n __fish_zypper_is_subcommand_ps -l print -rf -d 'For each associated system service print <format> on the standard output, followed by a newline'
complete -c zypper -n __fish_zypper_is_subcommand_ps -l print -rf -d 'For each associated system service print <format>'
complete -c zypper -n __fish_zypper_is_subcommand_ps -l debugFile -r -s d -d 'Write debug output to file'