diff --git a/share/completions/btrfs.fish b/share/completions/btrfs.fish index 28288e5c1..e45ecdfa0 100644 --- a/share/completions/btrfs.fish +++ b/share/completions/btrfs.fish @@ -320,7 +320,7 @@ complete -f -c btrfs -n '__btrfs_command_groups scrub status' -s R -d 'Print raw complete -f -c btrfs -n $rescue -a chunk-recover -d 'Recover the chunk tree by scanning the devices one by one.' complete -f -c btrfs -n $rescue -a super-recover -d 'Recover bad superblocks from good copies' complete -f -c btrfs -n $rescue -a zero-log -d 'Clear the tree log. Usable if it\'s corrupted and prevents mount.' -complete -f -c btrfs -n $rescue -a fix-device-size -d 'Re-align device and super block sizes. Usable if newer kernel refuse to mount it due to mismatch super size' +complete -f -c btrfs -n $rescue -a fix-device-size -d 'Re-align device and super block sizes' # btrfs rescue chunk-recover complete -f -c btrfs -n '__btrfs_command_groups rescue chunk-recover' -s y -d 'Assume an answer of YES to all questions' complete -f -c btrfs -n '__btrfs_command_groups rescue chunk-recover' -s v -d 'Verbose mode' diff --git a/share/completions/bzr.fish b/share/completions/bzr.fish index 114054685..31c0cff91 100644 --- a/share/completions/bzr.fish +++ b/share/completions/bzr.fish @@ -57,7 +57,7 @@ complete -f -c bzr -n __fish_use_subcommand -a diff -d 'Show detailed diffs' # merge command complete -f -c bzr -n __fish_use_subcommand -a merge -d 'Pull in changes from another branch' -complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l pull -d 'If the destination is already completely merged into the source, pull from the source rather than merging' +complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l pull -d 'If destination is already merged, pull rather than merging' complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l remember -d 'Remember the specified location as a default' complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l force -d 'Merge even if the destination tree has uncommitted changes' complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l reprocess -d 'Reprocess to reduce spurious conflicts' @@ -71,7 +71,7 @@ complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l revision -s r -d 'S # commit command complete -f -c bzr -n __fish_use_subcommand -a commit -d 'Save some or all changes' -complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l show-diff -s p -d 'When no message is supplied, show the diff along with the status summary in the message editor' +complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l show-diff -s p -d 'When no message is supplied, show diff along with status summary in message editor' complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l file -s F -d 'Take commit message from this file' complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l exclude -s x -d 'Do not consider changes made to a given path' complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l message -s m -d 'Description of the new revision' @@ -80,8 +80,8 @@ complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l commit-time -d 'Ma complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l unchanged -d 'Commit even if nothing has changed' complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l fixes -d 'Mark a bug as being fixed by this revision' complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l strict -d 'Refuse to commit if there are unknown files in the working tree' -complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l lossy -d 'When committing to a foreign version control system do not push data that can not be natively represented' -complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l local -d 'Perform a local commit in a bound branch. Local commits are not pushed to the master branch until a normal commit is performed' +complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l lossy -d 'When committing to a foreign vcs do not push data that can not be natively represented' +complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l local -d 'Perform a local commit in a bound branch (pushed to master on normal commit)' # send command complete -f -c bzr -n __fish_use_subcommand -a send -d 'Send changes via email' diff --git a/share/completions/cf.fish b/share/completions/cf.fish index 900adae04..548907680 100644 --- a/share/completions/cf.fish +++ b/share/completions/cf.fish @@ -14,20 +14,20 @@ complete -f -n __fish_use_subcommand -c cf -a delete -d "Delete an app" complete -f -n __fish_use_subcommand -c cf -a rename -d "Rename an app" complete -f -n __fish_use_subcommand -c cf -a start -d "Start an app" complete -f -n __fish_use_subcommand -c cf -a stop -d "Stop an app" -complete -f -n __fish_use_subcommand -c cf -a restart -d "Stop all instances of the app, then start them again. This causes downtime." -complete -f -n __fish_use_subcommand -c cf -a restage -d "Recreate the app's executable artifact using the latest pushed app files and the latest environment (variables, service bindings, buildpack, stack, etc.)" +complete -f -n __fish_use_subcommand -c cf -a restart -d "Stop all instances of the app, then start them again" +complete -f -n __fish_use_subcommand -c cf -a restage -d "Recreate the app's executable artifact using the latest pushed app files and environment" complete -f -n __fish_use_subcommand -c cf -a restart-app-instance -d "Terminate, then restart an app instance" complete -f -n __fish_use_subcommand -c cf -a run-task -d "Run a one-off task on an app" complete -f -n __fish_use_subcommand -c cf -a tasks -d "List tasks of an app" complete -f -n __fish_use_subcommand -c cf -a terminate-task -d "Terminate a running task of an app" complete -f -n __fish_use_subcommand -c cf -a events -d "Show recent app events" -complete -f -n __fish_use_subcommand -c cf -a files -d "Print out a list of files in a directory or the contents of a specific file of an app running on the DEA backend" +complete -f -n __fish_use_subcommand -c cf -a files -d "Print out a list of files or contents of a specific file of an app running on the DEA backend" complete -f -n __fish_use_subcommand -c cf -a logs -d "Tail or show recent logs for an app" complete -f -n __fish_use_subcommand -c cf -a env -d "Show all env variables for an app" complete -f -n __fish_use_subcommand -c cf -a set-env -d "Set an env variable for an app" complete -f -n __fish_use_subcommand -c cf -a unset-env -d "Remove an env variable" -complete -f -n __fish_use_subcommand -c cf -a stacks -d "List all stacks (a stack is a pre-built file system, including an operating system, that can run apps)" -complete -f -n __fish_use_subcommand -c cf -a stack -d "Show information for a stack (a stack is a pre-built file system, including an operating system, that can run apps)" +complete -f -n __fish_use_subcommand -c cf -a stacks -d "List all stacks (stack is a pre-built file system, including an OS, to run apps)" +complete -f -n __fish_use_subcommand -c cf -a stack -d "Show stack info (stack is a pre-built file system, including an OS, to run apps)" complete -f -n __fish_use_subcommand -c cf -a copy-source -d "Copies the source code of an application to another existing application (and restarts that application)" complete -f -n __fish_use_subcommand -c cf -a create-app-manifest -d "Create an app manifest for an app that has been pushed successfully" complete -f -n __fish_use_subcommand -c cf -a get-health-check -d "Show the type of health check performed on an app" @@ -120,11 +120,11 @@ complete -f -n __fish_use_subcommand -c cf -a update-service-broker -d "Update a complete -f -n __fish_use_subcommand -c cf -a delete-service-broker -d "Delete a service broker" complete -f -n __fish_use_subcommand -c cf -a rename-service-broker -d "Rename a service broker" complete -f -n __fish_use_subcommand -c cf -a migrate-service-instances -d "Migrate service instances from one service plan to another" -complete -f -n __fish_use_subcommand -c cf -a purge-service-offering -d "Recursively remove a service and child objects from Cloud Foundry database without making requests to a service broker" -complete -f -n __fish_use_subcommand -c cf -a purge-service-instance -d "Recursively remove a service instance and child objects from Cloud Foundry database without making requests to a service broker" +complete -f -n __fish_use_subcommand -c cf -a purge-service-offering -d "Recursively remove a service from Cloud Foundry database without requests to service broker" +complete -f -n __fish_use_subcommand -c cf -a purge-service-instance -d "Recursively remove a service instance from Cloud Foundry database without requests to service broker" complete -f -n __fish_use_subcommand -c cf -a service-access -d "List service access settings" -complete -f -n __fish_use_subcommand -c cf -a enable-service-access -d "Enable access to a service or service plan for one or all orgs" -complete -f -n __fish_use_subcommand -c cf -a disable-service-access -d "Disable access to a service or service plan for one or all orgs" +complete -f -n __fish_use_subcommand -c cf -a enable-service-access -d "Enable access to a service or service plan" +complete -f -n __fish_use_subcommand -c cf -a disable-service-access -d "Disable access to a service or service plan" complete -f -n __fish_use_subcommand -c cf -a security-group -d "Show a single security group" complete -f -n __fish_use_subcommand -c cf -a security-groups -d "List all security groups" complete -f -n __fish_use_subcommand -c cf -a create-security-group -d "Create a security group" diff --git a/share/completions/clasp.fish b/share/completions/clasp.fish index f901dd56a..813cb4863 100644 --- a/share/completions/clasp.fish +++ b/share/completions/clasp.fish @@ -1,9 +1,9 @@ # options complete -c clasp -s v -l version -d "output the current version" -complete -c clasp -s A -l auth -d "path to an auth file or a folder with a '.clasprc.json' file." -complete -c clasp -s I -l ignore -d "path to an ignore file or a folder with a '.claspignore' file." -complete -c clasp -s P -l project -d "path to a project file or to a folder with a '.clasp.json' file." -complete -c clasp -s W -l why -d "Display some debugging info upon exit." +complete -c clasp -s A -l auth -d "path to an auth file or a folder with a '.clasprc.json' file" +complete -c clasp -s I -l ignore -d "path to an ignore file or a folder with a '.claspignore' file" +complete -c clasp -s P -l project -d "path to a project file or to a folder with a '.clasp.json' file" +complete -c clasp -s W -l why -d "Display some debugging info upon exit" complete -c clasp -s h -l help -d "display help for command" # subcommands @@ -28,23 +28,23 @@ complete -f -c clasp -n __fish_use_subcommand -xa help -d "display help for comm # login options complete -c clasp -n '__fish_seen_subcommand_from login' -l no-localhost -d 'Do not run a local server, manually enter code instead' -complete -c clasp -n '__fish_seen_subcommand_from login' -l creds -d 'Relative path to credentials (from GCP).' +complete -c clasp -n '__fish_seen_subcommand_from login' -l creds -d 'Relative path to credentials (from GCP)' complete -c clasp -n '__fish_seen_subcommand_from login' -l status -d 'Print who is logged in' # create option -complete -c clasp -n '__fish_seen_subcommand_from create' -l type -d "Creates a new Apps Script project attached to a new Document, Spreadsheet, Presentation, Form, or as a standalone script, web app, or API." -complete -c clasp -n '__fish_seen_subcommand_from create' -l parentId -d "A project parent Id." -complete -c clasp -n '__fish_seen_subcommand_from create' -l rootDir -d "Local root directory in which clasp will store your project files." +complete -c clasp -n '__fish_seen_subcommand_from create' -l type -d "Creates a new Apps Script project" +complete -c clasp -n '__fish_seen_subcommand_from create' -l parentId -d "A project parent Id" +complete -c clasp -n '__fish_seen_subcommand_from create' -l rootDir -d "Local root directory in which clasp will store your project files" # clone options -complete -c clasp -n '__fish_seen_subcommand_from clone' -l rootDir -d "Local root directory in which clasp will store your project files." +complete -c clasp -n '__fish_seen_subcommand_from clone' -l rootDir -d "Local root directory in which clasp will store your project files" # pull options -complete -c clasp -n '__fish_seen_subcommand_from pull' -l versionNumber -d "The version number of the project to retrieve." +complete -c clasp -n '__fish_seen_subcommand_from pull' -l versionNumber -d "The version number of the project to retrieve" # push options -complete -c clasp -n '__fish_seen_subcommand_from push' -s f -l force -d "Forcibly overwrites the remote manifest." -complete -c clasp -n '__fish_seen_subcommand_from push' -s w -l watch -d "Watches for local file changes. Pushes when a non-ignored file changes." +complete -c clasp -n '__fish_seen_subcommand_from push' -s f -l force -d "Forcibly overwrites the remote manifest" +complete -c clasp -n '__fish_seen_subcommand_from push' -s w -l watch -d "Watches for local file changes. Pushes when a non-ignored file changes" # status options complete -c clasp -n '__fish_seen_subcommand_from status' -l json -d "Show status in JSON form" @@ -65,7 +65,7 @@ complete -c clasp -n '__fish_seen_subcommand_from undeploy' -l all -d "Undeploy complete -c clasp -n '__fish_seen_subcommand_from undeploy' -l help -d "display help for command" # list options -complete -c clasp -n '__fish_seen_subcommand_from list' -l noShorten -d "Do not shorten long names (default: false)" +complete -c clasp -n '__fish_seen_subcommand_from list' -l noShorten -d "Do not shorten long names" # logs options complete -c clasp -n '__fish_seen_subcommand_from logs' -l json -d "Show logs in JSON form" diff --git a/share/completions/composer.fish b/share/completions/composer.fish index 1df493ca0..de0afe737 100644 --- a/share/completions/composer.fish +++ b/share/completions/composer.fish @@ -70,41 +70,41 @@ set --local composer_cmds about archive browse check-platform-reqs clear-cache c # Custom scripts complete -f -c composer -n __fish_composer_needs_command -a '(__fish_composer_scripts)' -d 'User script' complete -f -c composer -n '__fish_composer_using_command run-script' -a "(__fish_composer_scripts)" -complete -f -c composer -n '__fish_composer_using_command run-script' -l timeout -d 'Sets script timeout in seconds, or 0 for never.' -complete -f -c composer -n '__fish_composer_using_command run-script' -l dev -d 'Sets the dev mode.' -complete -f -c composer -n '__fish_composer_using_command run-script' -l no-dev -d 'Disables the dev mode.' -complete -f -c composer -n '__fish_composer_using_command run-script' -l list -d 'List scripts.' +complete -f -c composer -n '__fish_composer_using_command run-script' -l timeout -d 'Sets script timeout in seconds, or 0 for never' +complete -f -c composer -n '__fish_composer_using_command run-script' -l dev -d 'Sets the dev mode' +complete -f -c composer -n '__fish_composer_using_command run-script' -l no-dev -d 'Disables the dev mode' +complete -f -c composer -n '__fish_composer_using_command run-script' -l list -d 'List scripts' # commands complete -f -c composer -n __fish_composer_needs_command -a about -d 'Short information about Composer' complete -f -c composer -n __fish_composer_needs_command -a archive -d 'Create an archive of this composer package' -complete -f -c composer -n __fish_composer_needs_command -a browse -d 'Opens the package\'s repository URL or homepage in your browser.' -complete -f -c composer -n __fish_composer_needs_command -a check-platform-reqs -d 'Check that platform requirements are satisfied.' -complete -f -c composer -n __fish_composer_needs_command -a clear-cache -d 'Clears composer\'s internal package cache.' +complete -f -c composer -n __fish_composer_needs_command -a browse -d 'Opens the package\'s repository URL or homepage in your browser' +complete -f -c composer -n __fish_composer_needs_command -a check-platform-reqs -d 'Check that platform requirements are satisfied' +complete -f -c composer -n __fish_composer_needs_command -a clear-cache -d 'Clears composer\'s internal package cache' complete -f -c composer -n __fish_composer_needs_command -a config -d 'Set config options' -complete -f -c composer -n __fish_composer_needs_command -a create-project -d 'Create new project from a package into given directory.' +complete -f -c composer -n __fish_composer_needs_command -a create-project -d 'Create new project from a package into given directory' complete -f -c composer -n __fish_composer_needs_command -a depends -d 'Shows which packages depend on the given package' -complete -f -c composer -n __fish_composer_needs_command -a diagnose -d 'Diagnoses the system to identify common errors.' +complete -f -c composer -n __fish_composer_needs_command -a diagnose -d 'Diagnoses the system to identify common errors' complete -f -c composer -n __fish_composer_needs_command -a dump-autoload -d 'Dumps the autoloader' -complete -f -c composer -n __fish_composer_needs_command -a exec -d 'Executes a vendored binary/script.' -complete -f -c composer -n __fish_composer_needs_command -a global -d 'Allows running commands in the global composer dir ($COMPOSER_HOME).' +complete -f -c composer -n __fish_composer_needs_command -a exec -d 'Executes a vendored binary/script' +complete -f -c composer -n __fish_composer_needs_command -a global -d 'Allows running commands in the global composer dir ($COMPOSER_HOME)' complete -f -c composer -n __fish_composer_needs_command -a help -d 'Displays help for a command' -complete -f -c composer -n __fish_composer_needs_command -a home -d 'Opens the package\'s repository URL or homepage in your browser.' -complete -f -c composer -n __fish_composer_needs_command -a init -d 'Creates a basic composer.json file in current directory.' -complete -f -c composer -n __fish_composer_needs_command -a install -d 'Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.' +complete -f -c composer -n __fish_composer_needs_command -a home -d 'Opens the package\'s repository URL or homepage in your browser' +complete -f -c composer -n __fish_composer_needs_command -a init -d 'Creates a basic composer.json file in current directory' +complete -f -c composer -n __fish_composer_needs_command -a install -d 'Install dependencies from composer.lock or composer.json' complete -f -c composer -n __fish_composer_needs_command -a licenses -d 'Show information about licenses of dependencies' complete -f -c composer -n __fish_composer_needs_command -a list -d 'Lists commands' -complete -f -c composer -n __fish_composer_needs_command -a outdated -d 'Shows a list of installed packages that have updates available, including their latest version.' -complete -f -c composer -n __fish_composer_needs_command -a prohibits -d 'Shows which packages prevent the given package from being installed.' +complete -f -c composer -n __fish_composer_needs_command -a outdated -d 'Shows a list of installed packages that have updates available, including their latest version' +complete -f -c composer -n __fish_composer_needs_command -a prohibits -d 'Shows which packages prevent the given package from being installed' complete -f -c composer -n __fish_composer_needs_command -a remove -d 'Removes a package from the require or require-dev' complete -f -c composer -n __fish_composer_needs_command -a require -d 'Adds required packages to your composer.json and installs them' -complete -f -c composer -n __fish_composer_needs_command -a run-script -d 'Run the scripts defined in composer.json.' +complete -f -c composer -n __fish_composer_needs_command -a run-script -d 'Run the scripts defined in composer.json' complete -f -c composer -n __fish_composer_needs_command -a search -d 'Search for packages' -complete -f -c composer -n __fish_composer_needs_command -a self-update -d 'Updates composer.phar to the latest version.' +complete -f -c composer -n __fish_composer_needs_command -a self-update -d 'Updates composer.phar to the latest version' complete -f -c composer -n __fish_composer_needs_command -a show -d 'Show information about packages' complete -f -c composer -n __fish_composer_needs_command -a status -d 'Show a list of locally modified packages' -complete -f -c composer -n __fish_composer_needs_command -a suggests -d 'Shows package suggestions.' -complete -f -c composer -n __fish_composer_needs_command -a update -d 'Updates your dependencies to the latest version according to composer.json, and updates the composer.lock file.' +complete -f -c composer -n __fish_composer_needs_command -a suggests -d 'Shows package suggestions' +complete -f -c composer -n __fish_composer_needs_command -a update -d 'Update dependencies according to composer.json, and update composer.lock' complete -f -c composer -n __fish_composer_needs_command -a validate -d 'Validates a composer.json' complete -f -c composer -n __fish_composer_needs_command -a why -d 'Shows which packages cause the given package to be installed' complete -f -c composer -n __fish_composer_needs_command -a why-not -d 'Shows which packages prevent the given package from being installed' @@ -112,15 +112,15 @@ complete -f -c composer -n __fish_composer_needs_command -a why-not -d 'Shows wh # archive complete -f -c composer -n '__fish_composer_using_command archive' -l format -d 'Format of the resulting archive: tar or zip' complete -f -c composer -n '__fish_composer_using_command archive' -l dir -d 'Write the archive to this directory' -complete -f -c composer -n '__fish_composer_using_command archive' -l file -d 'Write the archive with the given file name. Note that the format will be appended.' +complete -f -c composer -n '__fish_composer_using_command archive' -l file -d 'Write the archive with the given file name. Note that the format will be appended' complete -f -c composer -n '__fish_composer_using_command archive' -l ignore-filters -d 'Ignore filters when saving package' # browse -complete -f -c composer -n '__fish_composer_using_command browse' -l homepage -d 'Open the homepage instead of the repository URL.' -complete -f -c composer -n '__fish_composer_using_command browse' -l show -d 'Only show the homepage or repository URL.' +complete -f -c composer -n '__fish_composer_using_command browse' -l homepage -d 'Open the homepage instead of the repository URL' +complete -f -c composer -n '__fish_composer_using_command browse' -l show -d 'Only show the homepage or repository URL' # check-platform-reqs -complete -f -c composer -n '__fish_composer_using_command check-platform-reqs' -l no-dev -d 'Disables checking of require-dev packages requirements.' +complete -f -c composer -n '__fish_composer_using_command check-platform-reqs' -l no-dev -d 'Disables checking of require-dev packages requirements' # config complete -f -c composer -n '__fish_composer_using_command config' -l global -d 'Apply command to the global config file' @@ -132,21 +132,21 @@ complete -f -c composer -n '__fish_composer_using_command config' -l file -d 'If complete -f -c composer -n '__fish_composer_using_command config' -l absolute -d 'Returns absolute paths when fetching *-dir config values instead of relative' # create-project -complete -f -c composer -n '__fish_composer_using_command create-project' -l stability -d 'Minimum-stability allowed (unless a version is specified).' -complete -f -c composer -n '__fish_composer_using_command create-project' -l prefer-source -d 'Forces installation from package sources when possible, including VCS information.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l prefer-dist -d 'Forces installation from package dist even for dev versions.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l repository -d 'Pick a different repository (as url or json config) to look for the package.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l repository-url -d 'DEPRECATED: Use --repository instead.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l dev -d 'Enables installation of require-dev packages (enabled by default, only present for BC).' -complete -f -c composer -n '__fish_composer_using_command create-project' -l no-dev -d 'Disables installation of require-dev packages.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l no-custom-installers -d 'DEPRECATED: Use no-plugins instead.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l no-scripts -d 'Whether to prevent execution of all defined scripts in the root package.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l no-progress -d 'Do not output download progress.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l no-secure-http -d 'Disable the secure-http config option temporarily while installing the root package. Use at your own risk. Using this flag is a bad idea.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l keep-vcs -d 'Whether to prevent deleting the vcs folder.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l remove-vcs -d 'Whether to force deletion of the vcs folder without prompting.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l no-install -d 'Whether to skip installation of the package dependencies.' -complete -f -c composer -n '__fish_composer_using_command create-project' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages).' +complete -f -c composer -n '__fish_composer_using_command create-project' -l stability -d 'Minimum-stability allowed (unless a version is specified)' +complete -f -c composer -n '__fish_composer_using_command create-project' -l prefer-source -d 'Forces installation from package sources when possible, including VCS information' +complete -f -c composer -n '__fish_composer_using_command create-project' -l prefer-dist -d 'Forces installation from package dist even for dev versions' +complete -f -c composer -n '__fish_composer_using_command create-project' -l repository -d 'Pick a different repository (as url or json config) to look for the package' +complete -f -c composer -n '__fish_composer_using_command create-project' -l repository-url -d 'DEPRECATED: Use --repository instead' +complete -f -c composer -n '__fish_composer_using_command create-project' -l dev -d 'Enables installation of require-dev packages (enabled by default, only present for BC)' +complete -f -c composer -n '__fish_composer_using_command create-project' -l no-dev -d 'Disables installation of require-dev packages' +complete -f -c composer -n '__fish_composer_using_command create-project' -l no-custom-installers -d 'DEPRECATED: Use no-plugins instead' +complete -f -c composer -n '__fish_composer_using_command create-project' -l no-scripts -d 'Whether to prevent execution of all defined scripts in the root package' +complete -f -c composer -n '__fish_composer_using_command create-project' -l no-progress -d 'Do not output download progress' +complete -f -c composer -n '__fish_composer_using_command create-project' -l no-secure-http -d 'Disable secure-http while installing the root package. (This is a BAD IDEA)' +complete -f -c composer -n '__fish_composer_using_command create-project' -l keep-vcs -d 'Whether to prevent deleting the vcs folder' +complete -f -c composer -n '__fish_composer_using_command create-project' -l remove-vcs -d 'Whether to force deletion of the vcs folder without prompting' +complete -f -c composer -n '__fish_composer_using_command create-project' -l no-install -d 'Whether to skip installation of the package dependencies' +complete -f -c composer -n '__fish_composer_using_command create-project' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages)' # depends complete -f -c composer -n '__fish_composer_using_command depends' -a "(__fish_composer_installed_packages)" @@ -154,11 +154,11 @@ complete -f -c composer -n '__fish_composer_using_command depends' -l recursive complete -f -c composer -n '__fish_composer_using_command depends' -l tree -d 'Prints the results as a nested tree' # dump-autoload -complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file.' -complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l optimize -d 'Optimizes PSR0 and PSR4 packages to be loaded with classmaps too, good for production.' -complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize`.' -complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l apcu -d 'Use APCu to cache found/not-found classes.' -complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l no-dev -d 'Disables autoload-dev rules.' +complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file' +complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l optimize -d 'Optimizes PSR0 and PSR4 packages to be loaded with classmaps too, good for production' +complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize`' +complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l apcu -d 'Use APCu to cache found/not-found classes' +complete -f -c composer -n '__fish_composer_using_command dump-autoload' -l no-dev -d 'Disables autoload-dev rules' # exec complete -f -c composer -n '__fish_composer_using_command exec' -l list @@ -182,24 +182,24 @@ complete -f -c composer -n '__fish_composer_using_command init' -l license -d 'L complete -f -c composer -n '__fish_composer_using_command init' -l repository -d 'Add custom repositories, either by URL or using JSON arrays' # install -complete -f -c composer -n '__fish_composer_using_command install' -l prefer-source -d 'Forces installation from package sources when possible, including VCS information.' -complete -f -c composer -n '__fish_composer_using_command install' -l prefer-dist -d 'Forces installation from package dist even for dev versions.' -complete -f -c composer -n '__fish_composer_using_command install' -l dry-run -d 'Outputs the operations but will not execute anything (implicitly enables --verbose).' -complete -f -c composer -n '__fish_composer_using_command install' -l dev -d 'Enables installation of require-dev packages (enabled by default, only present for BC).' -complete -f -c composer -n '__fish_composer_using_command install' -l no-dev -d 'Disables installation of require-dev packages.' -complete -f -c composer -n '__fish_composer_using_command install' -l no-custom-installers -d 'DEPRECATED: Use no-plugins instead.' +complete -f -c composer -n '__fish_composer_using_command install' -l prefer-source -d 'Forces installation from package sources when possible, including VCS information' +complete -f -c composer -n '__fish_composer_using_command install' -l prefer-dist -d 'Forces installation from package dist even for dev versions' +complete -f -c composer -n '__fish_composer_using_command install' -l dry-run -d 'Outputs the operations but will not execute anything (implicitly enables --verbose)' +complete -f -c composer -n '__fish_composer_using_command install' -l dev -d 'Enables installation of require-dev packages (enabled by default, only present for BC)' +complete -f -c composer -n '__fish_composer_using_command install' -l no-dev -d 'Disables installation of require-dev packages' +complete -f -c composer -n '__fish_composer_using_command install' -l no-custom-installers -d 'DEPRECATED: Use no-plugins instead' complete -f -c composer -n '__fish_composer_using_command install' -l no-autoloader -d 'Skips autoloader generation' -complete -f -c composer -n '__fish_composer_using_command install' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file.' -complete -f -c composer -n '__fish_composer_using_command install' -l no-progress -d 'Do not output download progress.' -complete -f -c composer -n '__fish_composer_using_command install' -l no-suggest -d 'Do not show package suggestions.' +complete -f -c composer -n '__fish_composer_using_command install' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file' +complete -f -c composer -n '__fish_composer_using_command install' -l no-progress -d 'Do not output download progress' +complete -f -c composer -n '__fish_composer_using_command install' -l no-suggest -d 'Do not show package suggestions' complete -f -c composer -n '__fish_composer_using_command install' -l optimize-autoloader -d 'Optimize autoloader during autoloader dump' -complete -f -c composer -n '__fish_composer_using_command install' -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize-autoloader`.' -complete -f -c composer -n '__fish_composer_using_command install' -l apcu-autoloader -d 'Use APCu to cache found/not-found classes.' -complete -f -c composer -n '__fish_composer_using_command install' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages).' +complete -f -c composer -n '__fish_composer_using_command install' -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize-autoloader`' +complete -f -c composer -n '__fish_composer_using_command install' -l apcu-autoloader -d 'Use APCu to cache found/not-found classes' +complete -f -c composer -n '__fish_composer_using_command install' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages)' # licenses complete -f -c composer -n '__fish_composer_using_command licenses' -l format -d 'Format of the output: text or json' -complete -f -c composer -n '__fish_composer_using_command licenses' -l no-dev -d 'Disables search in require-dev packages.' +complete -f -c composer -n '__fish_composer_using_command licenses' -l no-dev -d 'Disables search in require-dev packages' # list complete -f -c composer -n '__fish_composer_using_command list' -l xml -d 'To output list as XML' @@ -211,9 +211,9 @@ complete -f -c composer -n '__fish_composer_using_command outdated' -l outdated complete -f -c composer -n '__fish_composer_using_command outdated' -l all -d 'Show all installed packages with their latest versions' complete -f -c composer -n '__fish_composer_using_command outdated' -l direct -d 'Shows only packages that are directly required by the root package' complete -f -c composer -n '__fish_composer_using_command outdated' -l strict -d 'Return a non-zero exit code when there are outdated packages' -complete -f -c composer -n '__fish_composer_using_command outdated' -l minor-only -d 'Show only packages that have minor SemVer-compatible updates. Use with the --outdated option.' +complete -f -c composer -n '__fish_composer_using_command outdated' -l minor-only -d 'Show only packages that have minor SemVer-compatible updates. Use with the --outdated option' complete -f -c composer -n '__fish_composer_using_command outdated' -l format -d 'Format of the output: text or json' -complete -f -c composer -n '__fish_composer_using_command outdated' -l ignore -d 'Ignore specified package(s). Use it with the --outdated option if you don\'t want to be informed about new versions of some packages.' +complete -f -c composer -n '__fish_composer_using_command outdated' -l ignore -d 'Ignore specified package(s). Use it with the --outdated option if you don\'t want to be informed about new versions of some packages' # prohibits complete -f -c composer -n '__fish_composer_using_command prohibits' -l recursive -d 'Recursively resolves up to the root package' @@ -221,36 +221,36 @@ complete -f -c composer -n '__fish_composer_using_command prohibits' -l tree -d # remove complete -f -c composer -n '__fish_composer_using_command remove' -a "(__fish_composer_required_packages)" -complete -f -c composer -n '__fish_composer_using_command remove' -l dev -d 'Removes a package from the require-dev section.' -complete -f -c composer -n '__fish_composer_using_command remove' -l no-progress -d 'Do not output download progress.' -complete -f -c composer -n '__fish_composer_using_command remove' -l no-update -d 'Disables the automatic update of the dependencies.' -complete -f -c composer -n '__fish_composer_using_command remove' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file.' -complete -f -c composer -n '__fish_composer_using_command remove' -l update-no-dev -d 'Run the dependency update with the --no-dev option.' -complete -f -c composer -n '__fish_composer_using_command remove' -l update-with-dependencies -d 'Allows inherited dependencies to be updated with explicit dependencies. (Deprecrated, is now default behavior)' -complete -f -c composer -n '__fish_composer_using_command remove' -l no-update-with-dependencies -d 'Does not allow inherited dependencies to be updated with explicit dependencies.' -complete -f -c composer -n '__fish_composer_using_command remove' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages).' +complete -f -c composer -n '__fish_composer_using_command remove' -l dev -d 'Removes a package from the require-dev section' +complete -f -c composer -n '__fish_composer_using_command remove' -l no-progress -d 'Do not output download progress' +complete -f -c composer -n '__fish_composer_using_command remove' -l no-update -d 'Disables the automatic update of the dependencies' +complete -f -c composer -n '__fish_composer_using_command remove' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file' +complete -f -c composer -n '__fish_composer_using_command remove' -l update-no-dev -d 'Run the dependency update with the --no-dev option' +complete -f -c composer -n '__fish_composer_using_command remove' -l update-with-dependencies -d 'Allow inherited dependencies to be updated with explicit dependencies (default)' +complete -f -c composer -n '__fish_composer_using_command remove' -l no-update-with-dependencies -d 'Disallow inherited dependencies to be updated with explicit dependencies' +complete -f -c composer -n '__fish_composer_using_command remove' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages)' complete -f -c composer -n '__fish_composer_using_command remove' -l optimize-autoloader -d 'Optimize autoloader during autoloader dump' -complete -f -c composer -n '__fish_composer_using_command remove' -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize-autoloader`.' -complete -f -c composer -n '__fish_composer_using_command remove' -l apcu-autoloader -d 'Use APCu to cache found/not-found classes.' +complete -f -c composer -n '__fish_composer_using_command remove' -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize-autoloader`' +complete -f -c composer -n '__fish_composer_using_command remove' -l apcu-autoloader -d 'Use APCu to cache found/not-found classes' # require -complete -f -c composer -n '__fish_composer_using_command require' -l dev -d 'Add requirement to require-dev.' -complete -f -c composer -n '__fish_composer_using_command require' -l prefer-source -d 'Forces installation from package sources when possible, including VCS information.' -complete -f -c composer -n '__fish_composer_using_command require' -l prefer-dist -d 'Forces installation from package dist even for dev versions.' -complete -f -c composer -n '__fish_composer_using_command require' -l no-progress -d 'Do not output download progress.' -complete -f -c composer -n '__fish_composer_using_command require' -l no-suggest -d 'Do not show package suggestions.' -complete -f -c composer -n '__fish_composer_using_command require' -l no-update -d 'Disables the automatic update of the dependencies.' -complete -f -c composer -n '__fish_composer_using_command require' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file.' -complete -f -c composer -n '__fish_composer_using_command require' -l update-no-dev -d 'Run the dependency update with the --no-dev option.' -complete -f -c composer -n '__fish_composer_using_command require' -l update-with-dependencies -d 'Allows inherited dependencies to be updated, except those that are root requirements.' -complete -f -c composer -n '__fish_composer_using_command require' -l update-with-all-dependencies -d 'Allows all inherited dependencies to be updated, including those that are root requirements.' -complete -f -c composer -n '__fish_composer_using_command require' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages).' -complete -f -c composer -n '__fish_composer_using_command require' -l prefer-stable -d 'Prefer stable versions of dependencies.' -complete -f -c composer -n '__fish_composer_using_command require' -l prefer-lowest -d 'Prefer lowest versions of dependencies.' +complete -f -c composer -n '__fish_composer_using_command require' -l dev -d 'Add requirement to require-dev' +complete -f -c composer -n '__fish_composer_using_command require' -l prefer-source -d 'Forces installation from package sources when possible, including VCS information' +complete -f -c composer -n '__fish_composer_using_command require' -l prefer-dist -d 'Forces installation from package dist even for dev versions' +complete -f -c composer -n '__fish_composer_using_command require' -l no-progress -d 'Do not output download progress' +complete -f -c composer -n '__fish_composer_using_command require' -l no-suggest -d 'Do not show package suggestions' +complete -f -c composer -n '__fish_composer_using_command require' -l no-update -d 'Disables the automatic update of the dependencies' +complete -f -c composer -n '__fish_composer_using_command require' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file' +complete -f -c composer -n '__fish_composer_using_command require' -l update-no-dev -d 'Run the dependency update with the --no-dev option' +complete -f -c composer -n '__fish_composer_using_command require' -l update-with-dependencies -d 'Allows inherited dependencies to be updated, except those that are root requirements' +complete -f -c composer -n '__fish_composer_using_command require' -l update-with-all-dependencies -d 'Allows all inherited dependencies to be updated, including those that are root requirements' +complete -f -c composer -n '__fish_composer_using_command require' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages)' +complete -f -c composer -n '__fish_composer_using_command require' -l prefer-stable -d 'Prefer stable versions of dependencies' +complete -f -c composer -n '__fish_composer_using_command require' -l prefer-lowest -d 'Prefer lowest versions of dependencies' complete -f -c composer -n '__fish_composer_using_command require' -l sort-packages -d 'Sorts packages when adding/updating a new dependency' complete -f -c composer -n '__fish_composer_using_command require' -l optimize-autoloader -d 'Optimize autoloader during autoloader dump' -complete -f -c composer -n '__fish_composer_using_command require' -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize-autoloader`.' -complete -f -c composer -n '__fish_composer_using_command require' -l apcu-autoloader -d 'Use APCu to cache found/not-found classes.' +complete -f -c composer -n '__fish_composer_using_command require' -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize-autoloader`' +complete -f -c composer -n '__fish_composer_using_command require' -l apcu-autoloader -d 'Use APCu to cache found/not-found classes' # search complete -f -c composer -n '__fish_composer_using_command search' -l only-name -d 'Search only in name' @@ -258,8 +258,8 @@ complete -f -c composer -n '__fish_composer_using_command search' -l type -d 'Se # self-update complete -f -c composer -n '__fish_composer_using_command self-update' -l rollback -d 'Revert to an older installation of composer' -complete -f -c composer -n '__fish_composer_using_command self-update' -l clean-backups -d 'Delete old backups during an update. This makes the current version of composer the only backup available after the update' -complete -f -c composer -n '__fish_composer_using_command self-update' -l no-progress -d 'Do not output download progress.' +complete -f -c composer -n '__fish_composer_using_command self-update' -l clean-backups -d 'Delete old backups during an update, leave only current version of composer' +complete -f -c composer -n '__fish_composer_using_command self-update' -l no-progress -d 'Do not output download progress' complete -f -c composer -n '__fish_composer_using_command self-update' -l update-keys -d 'Prompt user for a key update' complete -f -c composer -n '__fish_composer_using_command self-update' -l stable -d 'Force an update to the stable channel' complete -f -c composer -n '__fish_composer_using_command self-update' -l preview -d 'Force an update to the preview channel' @@ -269,7 +269,7 @@ complete -f -c composer -n '__fish_composer_using_command self-update' -l set-ch # show complete -f -c composer -n '__fish_composer_using_command show' -a "(__fish_composer_installed_packages)" complete -f -c composer -n '__fish_composer_using_command show' -l all -d 'List all packages' -complete -f -c composer -n '__fish_composer_using_command show' -l installed -d 'List installed packages only (enabled by default, only present for BC).' +complete -f -c composer -n '__fish_composer_using_command show' -l installed -d 'List installed packages only (enabled by default, only present for BC)' complete -f -c composer -n '__fish_composer_using_command show' -l platform -d 'List platform packages only' complete -f -c composer -n '__fish_composer_using_command show' -l available -d 'List available packages only' complete -f -c composer -n '__fish_composer_using_command show' -l self -d 'Show the root package information' @@ -278,8 +278,8 @@ complete -f -c composer -n '__fish_composer_using_command show' -l path -d 'Show complete -f -c composer -n '__fish_composer_using_command show' -l tree -d 'List the dependencies as a tree' complete -f -c composer -n '__fish_composer_using_command show' -l latest -d 'Show the latest version' complete -f -c composer -n '__fish_composer_using_command show' -l outdated -d 'Show the latest version but only for packages that are outdated' -complete -f -c composer -n '__fish_composer_using_command show' -l ignore -d 'Ignore specified package(s). Use it with the --outdated option if you don\'t want to be informed about new versions of some packages.' -complete -f -c composer -n '__fish_composer_using_command show' -l minor-only -d 'Show only packages that have minor SemVer-compatible updates. Use with the --outdated option.' +complete -f -c composer -n '__fish_composer_using_command show' -l ignore -d 'Ignore specified package(s). Use it with the --outdated option if you don\'t want to be informed about new versions of some packages' +complete -f -c composer -n '__fish_composer_using_command show' -l minor-only -d 'Show only packages that have minor SemVer-compatible updates. Use with the --outdated option' complete -f -c composer -n '__fish_composer_using_command show' -l direct -d 'Shows only packages that are directly required by the root package' complete -f -c composer -n '__fish_composer_using_command show' -l strict -d 'Return a non-zero exit code when there are outdated packages' complete -f -c composer -n '__fish_composer_using_command show' -l format -d 'Format of the output: text or json' @@ -291,28 +291,28 @@ complete -f -c composer -n '__fish_composer_using_command suggests' -l no-dev -d # update complete -f -c composer -n '__fish_composer_using_command update' -a "(__fish_composer_required_packages)" -complete -f -c composer -n '__fish_composer_using_command update' -l prefer-source -d 'Forces installation from package sources when possible, including VCS information.' -complete -f -c composer -n '__fish_composer_using_command update' -l prefer-dist -d 'Forces installation from package dist even for dev versions.' -complete -f -c composer -n '__fish_composer_using_command update' -l dry-run -d 'Outputs the operations but will not execute anything (implicitly enables --verbose).' -complete -f -c composer -n '__fish_composer_using_command update' -l dev -d 'Enables installation of require-dev packages (enabled by default, only present for BC).' -complete -f -c composer -n '__fish_composer_using_command update' -l no-dev -d 'Disables installation of require-dev packages.' -complete -f -c composer -n '__fish_composer_using_command update' -l lock -d 'Only updates the lock file hash to suppress warning about the lock file being out of date.' -complete -f -c composer -n '__fish_composer_using_command update' -l no-custom-installers -d 'DEPRECATED: Use no-plugins instead.' +complete -f -c composer -n '__fish_composer_using_command update' -l prefer-source -d 'Forces installation from package sources when possible, including VCS information' +complete -f -c composer -n '__fish_composer_using_command update' -l prefer-dist -d 'Forces installation from package dist even for dev versions' +complete -f -c composer -n '__fish_composer_using_command update' -l dry-run -d 'Outputs the operations but will not execute anything (implicitly enables --verbose)' +complete -f -c composer -n '__fish_composer_using_command update' -l dev -d 'Enables installation of require-dev packages (enabled by default, only present for BC)' +complete -f -c composer -n '__fish_composer_using_command update' -l no-dev -d 'Disables installation of require-dev packages' +complete -f -c composer -n '__fish_composer_using_command update' -l lock -d 'Only updates the lock file hash to suppress warning about the lock file being out of date' +complete -f -c composer -n '__fish_composer_using_command update' -l no-custom-installers -d 'DEPRECATED: Use no-plugins instead' complete -f -c composer -n '__fish_composer_using_command update' -l no-autoloader -d 'Skips autoloader generation' -complete -f -c composer -n '__fish_composer_using_command update' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file.' -complete -f -c composer -n '__fish_composer_using_command update' -l no-progress -d 'Do not output download progress.' -complete -f -c composer -n '__fish_composer_using_command update' -l no-suggest -d 'Do not show package suggestions.' -complete -f -c composer -n '__fish_composer_using_command update' -l with-dependencies -d 'Add also dependencies of whitelisted packages to the whitelist, except those defined in root package.' -complete -f -c composer -n '__fish_composer_using_command update' -l with-all-dependencies -d 'Add also all dependencies of whitelisted packages to the whitelist, including those defined in root package.' -complete -f -c composer -n '__fish_composer_using_command update' -s v -l verbose -d 'Shows more details including new commits pulled in when updating packages.' -complete -f -c composer -n '__fish_composer_using_command update' -s o -l optimize-autoloader -d 'Optimize autoloader during autoloader dump.' -complete -f -c composer -n '__fish_composer_using_command update' -s a -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize-autoloader`.' -complete -f -c composer -n '__fish_composer_using_command update' -l apcu-autoloader -d 'Use APCu to cache found/not-found classes.' -complete -f -c composer -n '__fish_composer_using_command update' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages).' -complete -f -c composer -n '__fish_composer_using_command update' -l prefer-stable -d 'Prefer stable versions of dependencies.' -complete -f -c composer -n '__fish_composer_using_command update' -l prefer-lowest -d 'Prefer lowest versions of dependencies.' -complete -f -c composer -n '__fish_composer_using_command update' -s i -l interactive -d 'Interactive interface with autocompletion to select the packages to update.' -complete -f -c composer -n '__fish_composer_using_command update' -l root-reqs -d 'Restricts the update to your first degree dependencies.' +complete -f -c composer -n '__fish_composer_using_command update' -l no-scripts -d 'Skips the execution of all scripts defined in composer.json file' +complete -f -c composer -n '__fish_composer_using_command update' -l no-progress -d 'Do not output download progress' +complete -f -c composer -n '__fish_composer_using_command update' -l no-suggest -d 'Do not show package suggestions' +complete -f -c composer -n '__fish_composer_using_command update' -l with-dependencies -d 'Add deps of whitelisted packages to whitelist, except those defined in root package' +complete -f -c composer -n '__fish_composer_using_command update' -l with-all-dependencies -d 'Add deps of whitelisted packages to whitelist, including those defined in root package' +complete -f -c composer -n '__fish_composer_using_command update' -s v -l verbose -d 'Shows more details including new commits pulled in when updating packages' +complete -f -c composer -n '__fish_composer_using_command update' -s o -l optimize-autoloader -d 'Optimize autoloader during autoloader dump' +complete -f -c composer -n '__fish_composer_using_command update' -s a -l classmap-authoritative -d 'Autoload classes from the classmap only. Implicitly enables `--optimize-autoloader`' +complete -f -c composer -n '__fish_composer_using_command update' -l apcu-autoloader -d 'Use APCu to cache found/not-found classes' +complete -f -c composer -n '__fish_composer_using_command update' -l ignore-platform-reqs -d 'Ignore platform requirements (php & ext- packages)' +complete -f -c composer -n '__fish_composer_using_command update' -l prefer-stable -d 'Prefer stable versions of dependencies' +complete -f -c composer -n '__fish_composer_using_command update' -l prefer-lowest -d 'Prefer lowest versions of dependencies' +complete -f -c composer -n '__fish_composer_using_command update' -s i -l interactive -d 'Interactive interface with autocompletion to select the packages to update' +complete -f -c composer -n '__fish_composer_using_command update' -l root-reqs -d 'Restricts the update to your first degree dependencies' # validate complete -f -c composer -n '__fish_composer_using_command validate' -l no-check-all -d 'Do not validate requires for overly strict/loose constraints' @@ -328,14 +328,14 @@ complete -f -c composer -n '__fish_composer_using_command why' -a "(__fish_compo complete -f -c composer -n '__fish_composer_using_command why-not' -a "(__fish_composer_installed_packages)" # global options -complete -c composer -n __fish_composer_needs_command -s h -l help -d 'Displays composer\'s help.' -complete -c composer -n __fish_composer_needs_command -s q -l quiet -d 'Do not output any message.' -complete -c composer -n __fish_composer_needs_command -s v -l verbose -d 'Increase the verbosity of messages: 1 for normal output (-v), 2 for more verbose output (-vv) and 3 for debug (-vvv).' -complete -c composer -n __fish_composer_needs_command -s V -l version -d 'Display composer\'s application version.' -complete -c composer -n __fish_composer_needs_command -l ansi -d 'Force ANSI output.' -complete -c composer -n __fish_composer_needs_command -l no-ansi -d 'Disable ANSI output.' -complete -c composer -n __fish_composer_needs_command -s n -l no-interaction -d 'Do not ask any interactive question.' -complete -c composer -n __fish_composer_needs_command -l profile -d 'Display timing and memory usage information.' -complete -c composer -n __fish_composer_needs_command -l no-plugins -d 'Whether to disable plugins.' -complete -c composer -n __fish_composer_needs_command -s d -l working-dir -d 'If specified, use the given directory as working directory.' -complete -c composer -n __fish_composer_needs_command -l no-cache -d 'Prevent use of the cache.' +complete -c composer -n __fish_composer_needs_command -s h -l help -d 'Displays composer\'s help' +complete -c composer -n __fish_composer_needs_command -s q -l quiet -d 'Do not output any message' +complete -c composer -n __fish_composer_needs_command -s v -l verbose -d 'Verbose mode (pass multiple times for even verboser mode)' +complete -c composer -n __fish_composer_needs_command -s V -l version -d 'Display composer\'s application version' +complete -c composer -n __fish_composer_needs_command -l ansi -d 'Force ANSI output' +complete -c composer -n __fish_composer_needs_command -l no-ansi -d 'Disable ANSI output' +complete -c composer -n __fish_composer_needs_command -s n -l no-interaction -d 'Do not ask any interactive question' +complete -c composer -n __fish_composer_needs_command -l profile -d 'Display timing and memory usage information' +complete -c composer -n __fish_composer_needs_command -l no-plugins -d 'Whether to disable plugins' +complete -c composer -n __fish_composer_needs_command -s d -l working-dir -d 'If specified, use the given directory as working directory' +complete -c composer -n __fish_composer_needs_command -l no-cache -d 'Prevent use of the cache' diff --git a/share/completions/cpupower.fish b/share/completions/cpupower.fish index f6b6162b8..0e9ca2360 100644 --- a/share/completions/cpupower.fish +++ b/share/completions/cpupower.fish @@ -21,42 +21,42 @@ complete -c cpupower -n "not __fish_seen_subcommand_from $subcommands help" -a m # complete other subcommands after 'help', but only once complete -c cpupower -n "__fish_seen_subcommand_from help && not __fish_seen_subcommand_from $subcommands" -x -a "frequency-info frequency-set idle-info idle-set set info monitor" -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s e -l debug -d "Prints out debug information." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s f -l freq -d "Get frequency the CPU currently runs at, according to the cpufreq core." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s w -l hwfreq -d "Get frequency the CPU currently runs at, by reading it from hardware (only available to root)." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s l -l hwlimits -d "Determine the minimum and maximum CPU frequency allowed." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s d -l driver -d "Determines the used cpufreq kernel driver." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s p -l policy -d "Gets the currently used cpufreq policy." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s g -l governors -d "Determines available cpufreq governors." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s s -l stats -d "Shows cpufreq statistics if available." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s y -l latency -d "Determines the maximum latency on CPU frequency changes." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s o -l proc -d "Prints out information like provided by the /proc/cpufreq interface in 2.4. and early 2.6. kernels." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s m -l human -d "human-readable output for the -f, -w, -s and -y parameters." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s n -l no-rounding -d "Output frequencies and latencies without rounding off values." +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s e -l debug -d "Prints out debug information" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s f -l freq -d "Get frequency the CPU currently runs at, according to the cpufreq core" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s w -l hwfreq -d "Get frequency the CPU currently runs at, by reading it from hardware" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s l -l hwlimits -d "Determine the minimum and maximum CPU frequency allowed" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s d -l driver -d "Determines the used cpufreq kernel driver" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s p -l policy -d "Gets the currently used cpufreq policy" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s g -l governors -d "Determines available cpufreq governors" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s s -l stats -d "Shows cpufreq statistics if available" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s y -l latency -d "Determines the maximum latency on CPU frequency changes" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s o -l proc -d "Prints out information like the old /proc/cpufreq" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s m -l human -d "human-readable output for the -f, -w, -s and -y parameters" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s n -l no-rounding -d "Output frequencies and latencies without rounding off values" # according to the manual, both of these have the short switch '-a', but -a seems to behave as the letter -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -l related-cpus -a "Determines which CPUs run at the same hardware frequency." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s a -l affected-cpus -a "Determines which CPUs need to have their frequency coordinated by software." +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -l related-cpus -a "Determines which CPUs run at the same hardware frequency" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-info" -s a -l affected-cpus -a "Determines which CPUs need to have their frequency coordinated by software" -complete -c cpupower -n "__fish_seen_subcommand_from frequency-set" -s d -l min -x -d "new minimum CPU frequency the governor may select." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-set" -s u -l max -x -d "new maximum CPU frequency the governor may select." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-set" -s g -l governor -x -a "(string split ' ' < /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors)" -d "new cpufreq governor." -complete -c cpupower -n "__fish_seen_subcommand_from frequency-set" -s f -l freq -x -d "specific frequency to be set. Requires userspace governor to be available and loaded." +complete -c cpupower -n "__fish_seen_subcommand_from frequency-set" -s d -l min -x -d "new minimum CPU frequency the governor may select" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-set" -s u -l max -x -d "new maximum CPU frequency the governor may select" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-set" -s g -l governor -x -a "(string split ' ' < /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors)" -d "new cpufreq governor" +complete -c cpupower -n "__fish_seen_subcommand_from frequency-set" -s f -l freq -x -d "specific frequency to be set. Requires userspace governor to be available and loaded" complete -c cpupower -n "__fish_seen_subcommand_from frequency-set" -s r -l related -d "modify all hardware-related CPUs at the same time" -complete -c cpupower -n "__fish_seen_subcommand_from idle-info" -s f -l silent -d "Only print a summary of all available C-states in the system." +complete -c cpupower -n "__fish_seen_subcommand_from idle-info" -s f -l silent -d "Only print a summary of all available C-states in the system" set -l idlestates (LC_ALL=C cpupower idle-info | string replace -f 'Available idle states: ' '') -complete -c cpupower -n "__fish_seen_subcommand_from idle-set" -s d -l disable -x -a "$idlestates" -d "Disable a specific processor sleep state." -complete -c cpupower -n "__fish_seen_subcommand_from idle-set" -s e -l enable -x -a "$idlestates" -d "Enable a specific processor sleep state." -complete -c cpupower -n "__fish_seen_subcommand_from idle-set" -s D -l disable-by-latency -x -d "Disable all idle states with a equal or higher latency than . Enable all idle states with a latency lower than ." -complete -c cpupower -n "__fish_seen_subcommand_from idle-set" -s E -l enable-all -d "Enable all idle states if not enabled already." +complete -c cpupower -n "__fish_seen_subcommand_from idle-set" -s d -l disable -x -a "$idlestates" -d "Disable a specific processor sleep state" +complete -c cpupower -n "__fish_seen_subcommand_from idle-set" -s e -l enable -x -a "$idlestates" -d "Enable a specific processor sleep state" +complete -c cpupower -n "__fish_seen_subcommand_from idle-set" -s D -l disable-by-latency -x -d "Disable all idle states with a equal or higher latency than " +complete -c cpupower -n "__fish_seen_subcommand_from idle-set" -s E -l enable-all -d "Enable all idle states if not enabled already" -complete -c cpupower -n "__fish_seen_subcommand_from set" -s b -l perf-bias -d "Set relative importance of performance vs energy savings." -complete -c cpupower -n "__fish_seen_subcommand_from info" -s b -l perf-bias -d "Get relative importance of performance vs energy savings." +complete -c cpupower -n "__fish_seen_subcommand_from set" -s b -l perf-bias -d "Set relative importance of performance vs energy savings" +complete -c cpupower -n "__fish_seen_subcommand_from info" -s b -l perf-bias -d "Get relative importance of performance vs energy savings" set -l monitors (LC_ALL=C cpupower monitor -l 2>&1 | awk '$1 == "Monitor" {gsub(/"/, "", $2); print $2} $1 == "Available" {print $3}') -complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s m -x -a "$monitors" -d "Only display this monitor." -complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s v -d "Increase verbosity if the binary was compiled with the DEBUG option set." -complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s c -d "Schedule the processs on every core before starting and ending measuring." -complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s i -d "Measure interval." -complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s l -d "List available monitors on your system." +complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s m -x -a "$monitors" -d "Only display this monitor" +complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s v -d "Increase verbosity if the binary was compiled with the DEBUG option set" +complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s c -d "Schedule the processs on every core before starting and ending measuring" +complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s i -d "Measure interval" +complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s l -d "List available monitors on your system" diff --git a/share/completions/csc.fish b/share/completions/csc.fish index bca19722f..dc49a4fd0 100644 --- a/share/completions/csc.fish +++ b/share/completions/csc.fish @@ -10,7 +10,7 @@ complete -c csc -s o -o "o+" -o optimize -o "optimize+" -d "Enable optimizations complete -c csc -o o- -o optimize- -d "Disable optimizations" # Output Files -complete -c csc -o deterministic -d "Causes the compiler to output an assembly whose binary content is identical across compilations if inputs are identical" +complete -c csc -o deterministic -d "Output an assembly whose binary content is identical across compilations if inputs are identical" complete -c csc -o "doc:" -d "Specifies an XML file where processed documentation comments are to be written" complete -c csc -o "out:" -d "Specifies the output file" complete -c csc -o "pathmap:" -d "Specify a mapping for source path names output by the compiler" @@ -42,7 +42,7 @@ complete -c csc -o "keyfile:" -d "Specifies the filename containing the cryptogr complete -c csc -o "lib:" -d "Specifies the location of assemblies referenced by means of -reference" complete -c csc -o nostdlib -o "nostdlib+" -d "Instructs the compiler not to import the standard library (mscorlib.dll)" complete -c csc -o nostdlib- -d "Disable -nostdlib" -complete -c csc -o publicsign -d "Apply a public key without signing the assembly, but set the bit in the assembly indicating the assembly is signed" +complete -c csc -o publicsign -d "Apply a public key without signing the assembly" complete -c csc -o "r:" -o "reference:" -d "Imports metadata from a file that contains an assembly" complete -c csc -o "a:" -o "analyzer:" -d "Run the analyzers from this assembly" complete -c csc -o "additionalfile:" -d "Names additional files that don't directly affect code generation but may be used by analyzers for producing errors or warnings" @@ -51,8 +51,8 @@ complete -c csc -o "embed:" -d "Embed specific files in the PDB" # Debugging/Error Checking complete -c csc -o "bugreport:" -d "Creates a file that contains information that makes it easy to report a bug" -complete -c csc -o checked -o "checked+" -d "Specifies whether integer arithmetic that overflows the bounds of the data type will cause an exception at run time" -complete -c csc -o checked- -d "Disable -checked" +complete -c csc -o checked -o "checked+" -d "Generate overflow checks" +complete -c csc -o checked- -d "Disable overflow checks" complete -c csc -o debug -o "debug+" -d "Instruct the compiler to emit debugging information" for arguments in full pdbonly diff --git a/share/completions/cwebp.fish b/share/completions/cwebp.fish index a05b5ca76..9b875e5c8 100644 --- a/share/completions/cwebp.fish +++ b/share/completions/cwebp.fish @@ -106,7 +106,7 @@ complete -c cwebp -x -o sharpness -a "$sharpness_opts" -d 'Filter sharpness' complete -c cwebp -o strong -d 'Use strong filter' complete -c cwebp -o simple -d 'Use simple filter' complete -c cwebp -o sharp_yuv -d 'Use sharper (and slower) RGB->YUV conversion' -complete -c cwebp -x -o partition_limit -d 'Limit quality to fit the 512k limit on the first partition (integer 0:no degradation…100:full degradation)' +complete -c cwebp -x -o partition_limit -d 'Limit quality to fit 512k limit on first partition (0:no degradation…100:full degradation)' complete -c cwebp -x -o pass -a '(seq 0 10)' -d 'Analysis pass number' complete -c cwebp -x -o crop -d 'Crop picture with rectangle' complete -c cwebp -x -o resize -d 'Resize picture to after any cropping' diff --git a/share/completions/dart.fish b/share/completions/dart.fish index f362e775e..ee9cc8ce1 100644 --- a/share/completions/dart.fish +++ b/share/completions/dart.fish @@ -1,89 +1,89 @@ # global option -complete -c dart -s h -l help -d "Print this usage information." -complete -c dart -s v -l verbose -d "Show additional command output." -complete -c dart -l version -d "Print the Dart SDK version." -complete -c dart -l enable-analytics -d "Enable analytics." -complete -c dart -l disable-analytics -d "Disable analytics." +complete -c dart -s h -l help -d "Print this usage information" +complete -c dart -s v -l verbose -d "Show additional command output" +complete -c dart -l version -d "Print the Dart SDK version" +complete -c dart -l enable-analytics -d "Enable analytics" +complete -c dart -l disable-analytics -d "Disable analytics" # commands -complete -f -c dart -n __fish_use_subcommand -xa analyze -d "Analyze Dart code in a directory." -complete -f -c dart -n __fish_use_subcommand -xa compile -d "Compile Dart to various formats." -complete -f -c dart -n __fish_use_subcommand -xa create -d "Create a new Dart project." -complete -f -c dart -n __fish_use_subcommand -xa fix -d "Apply automated fixes to Dart source code." -complete -f -c dart -n __fish_use_subcommand -xa format -d "Idiomatically format Dart source code." -complete -f -c dart -n __fish_use_subcommand -xa migrate -d "Perform null safety migration on a project." -complete -f -c dart -n __fish_use_subcommand -xa pub -d "Work with packages." -complete -f -c dart -n __fish_use_subcommand -xa run -d "Run a Dart program." -complete -f -c dart -n __fish_use_subcommand -xa test -d "Run tests for a project." +complete -f -c dart -n __fish_use_subcommand -xa analyze -d "Analyze Dart code in a directory" +complete -f -c dart -n __fish_use_subcommand -xa compile -d "Compile Dart to various formats" +complete -f -c dart -n __fish_use_subcommand -xa create -d "Create a new Dart project" +complete -f -c dart -n __fish_use_subcommand -xa fix -d "Apply automated fixes to Dart source code" +complete -f -c dart -n __fish_use_subcommand -xa format -d "Idiomatically format Dart source code" +complete -f -c dart -n __fish_use_subcommand -xa migrate -d "Perform null safety migration on a project" +complete -f -c dart -n __fish_use_subcommand -xa pub -d "Work with packages" +complete -f -c dart -n __fish_use_subcommand -xa run -d "Run a Dart program" +complete -f -c dart -n __fish_use_subcommand -xa test -d "Run tests for a project" # analyze -complete -c dart -n '__fish_seen_subcommand_from analyze' -l fatal-infos -d 'Treat info level issues as fatal.' -complete -c dart -n '__fish_seen_subcommand_from analyze' -l fatal-warnings -d 'Treat warning level issues as fatal. (defaults to on)' -complete -c dart -n '__fish_seen_subcommand_from analyze' -l no-fatal-warnings -d 'Treat warning level issues as fatal. (defaults to on)' +complete -c dart -n '__fish_seen_subcommand_from analyze' -l fatal-infos -d 'Treat info level issues as fatal' +complete -c dart -n '__fish_seen_subcommand_from analyze' -l fatal-warnings -d 'Treat warning level issues as fatal. (default on)' +complete -c dart -n '__fish_seen_subcommand_from analyze' -l no-fatal-warnings -d 'Don\'t treat warning level issues as fatal. (default on)' # compile -complete -c dart -n '__fish_seen_subcommand_from compile' -xa aot-snapshot -d 'Compile Dart to an AOT snapshot.' -complete -c dart -n '__fish_seen_subcommand_from compile' -xa exe -d 'Compile Dart to a self-contained executable.' -complete -c dart -n '__fish_seen_subcommand_from compile' -xa jit-snapshot -d 'Compile Dart to a JIT snapshot.' -complete -c dart -n '__fish_seen_subcommand_from compile' -xa js -d 'Compile Dart to JavaScript.' -complete -c dart -n '__fish_seen_subcommand_from compile' -xa kernel -d 'Compile Dart to a kernel snapshot.' +complete -c dart -n '__fish_seen_subcommand_from compile' -xa aot-snapshot -d 'Compile Dart to an AOT snapshot' +complete -c dart -n '__fish_seen_subcommand_from compile' -xa exe -d 'Compile Dart to a self-contained executable' +complete -c dart -n '__fish_seen_subcommand_from compile' -xa jit-snapshot -d 'Compile Dart to a JIT snapshot' +complete -c dart -n '__fish_seen_subcommand_from compile' -xa js -d 'Compile Dart to JavaScript' +complete -c dart -n '__fish_seen_subcommand_from compile' -xa kernel -d 'Compile Dart to a kernel snapshot' # create -complete -c dart -n '__fish_seen_subcommand_from create' -s t -l template -d 'The project template to use. [console-simple (default), console-full, package-simple, server-shelf, web-simple]' -complete -c dart -n '__fish_seen_subcommand_from create' -l pub -d 'Whether to run \'pub get\' after the project has been created. (defaults to on)' -complete -c dart -n '__fish_seen_subcommand_from create' -l no-pub -d 'Whether to run \'pub get\' after the project has been created. (defaults to on)' -complete -c dart -n '__fish_seen_subcommand_from create' -l force -d 'Force project generation, even if the target directory already exists.' +complete -c dart -n '__fish_seen_subcommand_from create' -s t -l template -d 'The project template to use' -xa 'console-simple\tdefault console-full package-simple server-shelf web-simple' +complete -c dart -n '__fish_seen_subcommand_from create' -l pub -d 'Run \'pub get\' after the project has been created (default)' +complete -c dart -n '__fish_seen_subcommand_from create' -l no-pub -d 'Don\'t run \'pub get\' after the project has been created (default yes)' +complete -c dart -n '__fish_seen_subcommand_from create' -l force -d 'Force project generation, even if the target directory already exists' # fix -complete -c dart -n '__fish_seen_subcommand_from fix' -s n -d 'Preview the proposed changes but make no changes.' -complete -c dart -n '__fish_seen_subcommand_from fix' -l dry-run -d 'Preview the proposed changes but make no changes.' -complete -c dart -n '__fish_seen_subcommand_from fix' -l apply -d 'Apply the proposed changes.' +complete -c dart -n '__fish_seen_subcommand_from fix' -s n -d 'Preview the proposed changes but make no changes' +complete -c dart -n '__fish_seen_subcommand_from fix' -l dry-run -d 'Preview the proposed changes but make no changes' +complete -c dart -n '__fish_seen_subcommand_from fix' -l apply -d 'Apply the proposed changes' # format -complete -c dart -n '__fish_seen_subcommand_from format' -s o -l output -d 'Set where to write formatted output.' -complete -c dart -n '__fish_seen_subcommand_from format' -l set-exit-if-changed -d 'Return exit code 1 if there are any formatting changes.' -complete -c dart -n '__fish_seen_subcommand_from format' -l fix -d 'Apply all style fixes.' -complete -c dart -n '__fish_seen_subcommand_from format' -s l -l line-length -d 'Wrap lines longer than this. (defaults to "80")' +complete -c dart -n '__fish_seen_subcommand_from format' -s o -l output -d 'Set where to write formatted output' +complete -c dart -n '__fish_seen_subcommand_from format' -l set-exit-if-changed -d 'Return exit code 1 if there are any formatting changes' +complete -c dart -n '__fish_seen_subcommand_from format' -l fix -d 'Apply all style fixes' +complete -c dart -n '__fish_seen_subcommand_from format' -s l -l line-length -d 'Wrap lines longer than this. (default "80")' # migrate -complete -c dart -n '__fish_seen_subcommand_from migrate' -l apply-changes -d 'Apply the proposed null safety changes to the files on disk.' -complete -c dart -n '__fish_seen_subcommand_from migrate' -l ignore-errors -d 'Attempt to perform null safety analysis even if the project has analysis errors.' -complete -c dart -n '__fish_seen_subcommand_from migrate' -l skip-import-check -d 'Go ahead with migration even if some imported files have not yet been migrated.' +complete -c dart -n '__fish_seen_subcommand_from migrate' -l apply-changes -d 'Apply the proposed null safety changes to the files on disk' +complete -c dart -n '__fish_seen_subcommand_from migrate' -l ignore-errors -d 'Attempt to perform null safety analysis even if the project has analysis errors' +complete -c dart -n '__fish_seen_subcommand_from migrate' -l skip-import-check -d 'Go ahead with migration even if some imported files have not yet been migrated' complete -c dart -n '__fish_seen_subcommand_from migrate' -l web-preview -d 'Show preview of the proposed null safety changes in a browser window' complete -c dart -n '__fish_seen_subcommand_from migrate' -l no-web-preview -d 'Show preview of the proposed null safety changes in the console' complete -c dart -n '__fish_seen_subcommand_from migrate' -l preview-hostname -d 'Run the preview server on the specified hostname' complete -c dart -n '__fish_seen_subcommand_from migrate' -l preview-port -d 'Run the preview server on the specified port' # pub -complete -c dart -n '__fish_seen_subcommand_from pub' -s C -l directory -d 'Run the subcommand in the directory.(defaults to ".")' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa add -d 'Add a dependency to pubspec.yaml.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa cache -d 'Work with the system cache.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa deps -d 'Print package dependencies.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa downgrade -d 'Downgrade the current package\'s dependencies to oldest versions.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa get -d 'Get the current package\'s dependencies.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa global -d 'Work with global packages.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa login -d 'Log into pub.dev.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa logout -d 'Log out of pub.dev.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa outdated -d 'Analyze your dependencies to find which ones can be upgraded.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa publish -d 'Publish the current package to pub.dartlang.org.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa remove -d 'Removes a dependency from the current package.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa upgrade -d 'Upgrade the current package\'s dependencies to latest versions.' -complete -c dart -n '__fish_seen_subcommand_from pub' -xa ploader -d 'Manage uploaders for a package on pub.dartlang.org.' +complete -c dart -n '__fish_seen_subcommand_from pub' -s C -l directory -d 'Run the subcommand in this directory. (default "")' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa add -d 'Add a dependency to pubspec.yaml' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa cache -d 'Work with the system cache' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa deps -d 'Print package dependencies' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa downgrade -d 'Downgrade the current package\'s dependencies to oldest versions' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa get -d 'Get the current package\'s dependencies' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa global -d 'Work with global packages' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa login -d 'Log into pub.dev' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa logout -d 'Log out of pub.dev' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa outdated -d 'Analyze your dependencies to find which ones can be upgraded' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa publish -d 'Publish the current package to pub.dartlang.org' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa remove -d 'Removes a dependency from the current package' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa upgrade -d 'Upgrade the current package\'s dependencies to latest versions' +complete -c dart -n '__fish_seen_subcommand_from pub' -xa ploader -d 'Manage uploaders for a package on pub.dartlang.org' # run -complete -c dart -n '__fish_seen_subcommand_from run' -l observe -d 'The observe flag is a convenience flag used to run a program with a set of common options useful for debugging.' +complete -c dart -n '__fish_seen_subcommand_from run' -l observe -d 'Run a program with common options for debugging' complete -c dart -n '__fish_seen_subcommand_from run' -l enable-vm-service -d 'Enables VM service and listen on the specified port (default localhost:8181)' -complete -c dart -n '__fish_seen_subcommand_from run' -l serve-devtools -d 'Serves an instance of the Dart DevTools debugger and profiler via the VM service at /devtools.' -complete -c dart -n '__fish_seen_subcommand_from run' -l no-serve-devtools -d 'Serves an instance of the Dart DevTools debugger and profiler via the VM service at /devtools.' -complete -c dart -n '__fish_seen_subcommand_from run' -l pause-isolates-on-exit -d 'Pause isolates on exit when running with --enable-vm-service.' -complete -c dart -n '__fish_seen_subcommand_from run' -l no-pause-isolates-on-exit -d 'Pause isolates on exit when running with --enable-vm-service.' -complete -c dart -n '__fish_seen_subcommand_from run' -l pause-isolates-on-unhandled-exceptions -d 'Pause isolates when an unhandled exception is encountered when running with --enable-vm-service.' -complete -c dart -n '__fish_seen_subcommand_from run' -l no-pause-isolates-on-unhandled-exceptions -d 'Pause isolates when an unhandled exception is encountered when running with --enable-vm-service.' -complete -c dart -n '__fish_seen_subcommand_from run' -l warn-on-pause-with-no-debugger -d 'Print a warning when an isolate pauses with no attached debugger when running with --enable-vm-service.' -complete -c dart -n '__fish_seen_subcommand_from run' -l no-warn-on-pause-with-no-debugger -d 'Print a warning when an isolate pauses with no attached debugger when running with --enable-vm-service.' -complete -c dart -n '__fish_seen_subcommand_from run' -l pause-isolates-on-start -d 'Pause isolates on start when running with --enable-vm-service.' -complete -c dart -n '__fish_seen_subcommand_from run' -l no-pause-isolates-on-start -d 'Pause isolates on start when running with --enable-vm-service.' -complete -c dart -n '__fish_seen_subcommand_from run' -l enable-asserts -d 'Enable assert statements.' -complete -c dart -n '__fish_seen_subcommand_from run' -l no-enable-asserts -d 'Enable assert statements.' -complete -c dart -n '__fish_seen_subcommand_from run' -l verbosity -d 'Sets the verbosity level of the compilation.' -complete -c dart -n '__fish_seen_subcommand_from run' -s D -l define -d 'Define an environment declaration.' +complete -c dart -n '__fish_seen_subcommand_from run' -l serve-devtools -d 'Serve Dart DevTools debugger/profiler via service at /devtools' +complete -c dart -n '__fish_seen_subcommand_from run' -l no-serve-devtools -d 'Serve Dart DevTools debugger/profiler via service at /devtools' +complete -c dart -n '__fish_seen_subcommand_from run' -l pause-isolates-on-exit -d 'Pause isolates on exit when running with --enable-vm-service' +complete -c dart -n '__fish_seen_subcommand_from run' -l no-pause-isolates-on-exit -d 'Pause isolates on exit when running with --enable-vm-service' +complete -c dart -n '__fish_seen_subcommand_from run' -l pause-isolates-on-unhandled-exceptions -d 'Pause isolates after unhandled exception when running with --enable-vm-service' +complete -c dart -n '__fish_seen_subcommand_from run' -l no-pause-isolates-on-unhandled-exceptions -d 'Don\'t pause isolates after unhandled exception when running with --enable-vm-service' +complete -c dart -n '__fish_seen_subcommand_from run' -l warn-on-pause-with-no-debugger -d 'Print warning when isolate pauses with no attached debugger when running with --enable-vm-service' +complete -c dart -n '__fish_seen_subcommand_from run' -l no-warn-on-pause-with-no-debugger -d 'No warning when isolate pauses with no attached debugger when running with --enable-vm-service' +complete -c dart -n '__fish_seen_subcommand_from run' -l pause-isolates-on-start -d 'Pause isolates on start when running with --enable-vm-service' +complete -c dart -n '__fish_seen_subcommand_from run' -l no-pause-isolates-on-start -d 'Don\'t pause isolates on start when running with --enable-vm-service' +complete -c dart -n '__fish_seen_subcommand_from run' -l enable-asserts -d 'Enable assert statements' +complete -c dart -n '__fish_seen_subcommand_from run' -l no-enable-asserts -d 'Disable assert statements' +complete -c dart -n '__fish_seen_subcommand_from run' -l verbosity -d 'Sets the verbosity level of the compilation' +complete -c dart -n '__fish_seen_subcommand_from run' -s D -l define -d 'Define an environment declaration' diff --git a/share/completions/direnv.fish b/share/completions/direnv.fish index d5294bc79..34453ac24 100644 --- a/share/completions/direnv.fish +++ b/share/completions/direnv.fish @@ -5,28 +5,28 @@ set -l with_file allow permit grant block deny revoke edit complete -c direnv -f complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a "allow permit grant" -d "Grants direnv permission to load the given .envrc or .env file" + -a "allow permit grant" -d "Grant direnv permission to load the given .envrc or .env file" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a "block deny revoke" -d "Revokes the authorization of a given .envrc or .env file" + -a "block deny revoke" -d "Revoke the authorization of a given .envrc or .env file" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a edit -d "Opens PATH_TO_RC or the current .envrc or .env into an \$EDITOR and allow the file to be loaded afterwards" + -a edit -d "Open given file or current .envrc/.env in \$EDITOR and allow it to be loaded afterwards" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a exec -d "Executes a command after loading the first .envrc or .env found in DIR" + -a exec -d "Execute a command after loading the first .envrc or .env found in DIR" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a fetchurl -d "Fetches a given URL into direnv's CAS" + -a fetchurl -d "Fetch a given URL into direnv's CAS" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ -a help -d "show help" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ -a hook -d "Used to setup the shell hook" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a prune -d "removes old allowed files" + -a prune -d "Remove old allowed files" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a reload -d "triggers an env reload" + -a reload -d "Trigger an env reload" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a status -d "prints some debug status information" + -a status -d "Print some debug status information" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a stdlib -d "Displays the stdlib available in the .envrc execution context" + -a stdlib -d "Display the stdlib available in the .envrc execution context" complete -c direnv -n "not __fish_seen_subcommand_from $commands" \ - -a version -d "prints the version or checks that direnv is VERSION_AT_LEAST or newer" + -a version -d "Print the version or check that direnv is at least given version" complete -c direnv -n "__fish_seen_subcommand_from $with_file" -F diff --git a/share/completions/gcc.fish b/share/completions/gcc.fish index 469cbc93e..96686c9a8 100644 --- a/share/completions/gcc.fish +++ b/share/completions/gcc.fish @@ -67,9 +67,9 @@ complete -c gcc -o fno-operator-names -d 'Do not treat and/bitand/bitor/compl/no complete -c gcc -o fno-optional-diags -d 'Disable diagnostics that the standard says a compiler does not need to issue' complete -c gcc -o fpermissive -d 'Downgrade some diagnostics about nonconformant code from errors to warnings' complete -c gcc -o frepo -d 'Enable automatic template instantiation at link time' -complete -c gcc -o fno-rtti -d 'Disable generation of information about classes with virtual functions for use by dynamic_cast and typeid' +complete -c gcc -o fno-rtti -d 'Disable Run-Time Type Information (used by dynamic_cast and typeid)' complete -c gcc -o fstats -d 'Emit statistics about front-end processing at the end of the compilation' -complete -c gcc -o fno-threadsafe-statics -d 'Do not emit code to use the routines specified in the C++ ABI for thread-safe initialization of local statics' +complete -c gcc -o fno-threadsafe-statics -d 'Do not emit code to use C++ ABI routines for thread-safe initialization of local statics' complete -c gcc -o fuse-cxa-atexit -d 'Use "__cxa_atexit" function for static object destructors' complete -c gcc -o fvisibility-inlines-hidden -d 'Mark inlined methods with "__attribute__ ((visibility ("hidden")))"' complete -c gcc -o fno-weak -d 'Do not use weak symbol support' @@ -110,7 +110,7 @@ complete -c gcc -o fdiagnostics-show-location -d 'Only meaningful in line-wrappi complete -c gcc -o line -d 'Only meaningful in line-wrapping mode' complete -c gcc -o fdiagnostics-show-options -d 'Show which option controls a diagnostic' complete -c gcc -o fsyntax-only -d 'Check the code for syntax errors, but don’t do anything beyond that' -complete -c gcc -o pedantic -d 'Issue all warnings demanded by strict ISO C and ISO C++; reject all programs that use forbidden extensions' +complete -c gcc -o pedantic -d 'Issue all warnings demanded by strict ISO C/C++; reject programs with forbidden extensions' complete -c gcc -o pedantic-errors -d 'Like -pedantic, except that errors are produced rather than warnings' complete -c gcc -s w -d 'Inhibit all warning messages' complete -c gcc -o Wno-import -d 'Inhibit warning messages about the use of #import' @@ -225,7 +225,7 @@ complete -c gcc -o ftest-coverage -d 'Produce a notes file that the gcov code-co # FIXME # complete -c gcc -o dletters -d 'Says to make debugging dumps during compilation at times specified by letters' complete -c gcc -o fdump-rtl-pass -d 'Says to make debugging dumps during compilation at times specified by letters' -complete -c gcc -o fdump-unnumbered -d 'When doing debugging dumps (see -d option above), suppress instruction numbers and line number note output' +complete -c gcc -o fdump-unnumbered -d 'When doing debugging dumps (-d), suppress instruction numbers and line number note output' complete -c gcc -o fdump-translation-unit -d '(C++ only) Dump a representation of the tree structure for the entire translation unit to a file' complete -c gcc -o fdump-translation-unit-options -d '(C++ only) Dump a representation of the tree structure for the entire translation unit to a file' complete -c gcc -o fdump-class-hierarchy -d '(C++ only) Dump a representation of each class’s hierarchy and virtual function table layout to a file' @@ -240,8 +240,8 @@ complete -c gcc -o save-temps -d 'Store the usual "temporary" intermediate files complete -c gcc -o time -d 'Report the CPU time taken by each subprocess in the compilation sequence' complete -c gcc -o fvar-tracking -d 'Run variable tracking pass' complete -c gcc -o print-file-name -r -d 'Print the full absolute name of the library file library that would be used when linking---and don\'t do anything else' -complete -c gcc -o print-multi-directory -d 'Print the directory name corresponding to the multilib selected by any other switches present in the command line' -complete -c gcc -o print-multi-lib -d 'Print the mapping from multilib directory names to compiler switches that enable them' +complete -c gcc -o print-multi-directory -d 'Print the multilib directory' +complete -c gcc -o print-multi-lib -d 'Print the mapping from multilib directories to compiler switches that enable them' complete -c gcc -o print-prog-name -r -d 'Like -print-file-name, but searches for a program such as cpp' complete -c gcc -o print-libgcc-file-name -d 'Same as -print-file-name=libgcc' complete -c gcc -o print-search-dirs -d 'Print installation directory and a list of directories gcc will search and exit' @@ -258,7 +258,7 @@ complete -c gcc -o Os -d 'Optimize for size' complete -c gcc -o Ofast -d 'Disregard strict standards compliance' complete -c gcc -o Og -d 'Optimize debugging experience' complete -c gcc -o Oz -d 'Optimize aggressively for size rather than speed' -complete -c gcc -o fno-default-inline -d 'Do not make member functions inline by default merely because they are defined inside the class scope (C++ only)' +complete -c gcc -o fno-default-inline -d 'Do not make member functions inline just because they are defined inside the class (C++)' complete -c gcc -o fno-defer-pop -d 'Always pop the arguments to each function call as soon as that function returns' complete -c gcc -o fforce-mem -d 'Force memory operands to be copied into registers before doing arithmetic on them' complete -c gcc -o fforce-addr -d 'Force memory address constants to be copied into registers before doing arithmetic on them' @@ -271,12 +271,12 @@ complete -c gcc -o fearly-inlining -d 'Inline functions marked by "always_inline complete -c gcc -o finline-limit -d 'By default, GCC limits the size of functions that can be inlined' -x -a "1 2 3 4 5" complete -c gcc -o fkeep-inline-functions -d 'In C, keep inline "static" functions in the object file' complete -c gcc -o fkeep-static-consts -d 'Emit variables declared "static const" when optimization isn’t turned on, even if the variables aren’t referenced' -complete -c gcc -o fmerge-constants -d 'Attempt to merge identical constants (string constants and floating point constants) across compilation units' +complete -c gcc -o fmerge-constants -d 'Attempt to merge identical constants (string and float) across compilation units' complete -c gcc -o fmerge-all-constants -d 'Attempt to merge identical constants and identical variables' complete -c gcc -o fmodulo-sched -d 'Perform swing modulo scheduling immediately before the first scheduling pass' complete -c gcc -o fno-branch-count-reg -d 'Do not use "decrement and branch" instructions on a count register' complete -c gcc -o fno-function-cse -d 'Make each instruction that calls a constant function contain the function’s address explicitly' -complete -c gcc -o fno-zero-initialized-in-bss -d 'If the target supports a BSS section, GCC by default puts variables that are initialized to zero into BSS' +complete -c gcc -o fno-zero-initialized-in-bss -d 'Don\'t put zero-initialized variables in BSS' complete -c gcc -o fbounds-check -d 'Generate additional code to check that indices used to access arrays are within bounds' complete -c gcc -o fstrength-reduce -d 'Perform loop strength reduction and elimination of iteration variables' complete -c gcc -o fthread-jumps -d 'Check if a jump branches to a location where another comparison subsumed by the first is found' @@ -285,16 +285,16 @@ complete -c gcc -o fcse-skip-blocks -d 'Like -fcse-follow-jumps, but follow jump complete -c gcc -o frerun-cse-after-loop -d 'Re-run common subexpression elimination after loop optimizations has been performed' complete -c gcc -o frerun-loop-opt -d 'Run the loop optimizer twice' complete -c gcc -o fgcse -d 'Perform a global common subexpression elimination pass' -complete -c gcc -o fgcse-lm -d 'Global common subexpression elimination will attempt to move loads which are only killed by stores into themselves' +complete -c gcc -o fgcse-lm -d 'Global common subexpression elimination: Move loads which are only killed by stores into themselves' complete -c gcc -o fgcse-sm -d 'A store motion pass is run after global common subexpression elimination' complete -c gcc -o fgcse-las -d 'global common subexpression elimination pass (eliminates redundant loads)' complete -c gcc -o fgcse-after-reload -d 'With -fgcse-after-reload: perform redundant load elimination pass' complete -c gcc -o floop-optimize -d 'Perform loop optimizations' complete -c gcc -o floop-optimize2 -d 'Perform loop optimizations with new loop optimizer' -complete -c gcc -o funsafe-loop-optimizations -d 'Assume that loop indices do not overflow, and that loops with nontrivial exit condition are not infinite' +complete -c gcc -o funsafe-loop-optimizations -d 'Assume that loop indices do not overflow, and that loops are not infinite' complete -c gcc -o fcrossjumping -d 'Perform cross-jumping transformation' complete -c gcc -o fif-conversion -d 'Attempt to transform conditional jumps into branch-less equivalents' -complete -c gcc -o fif-conversion2 -d 'Use conditional execution (where available) to transform conditional jumps into branch-less equivalents' +complete -c gcc -o fif-conversion2 -d 'Use conditional execution to transform conditional jumps into branch-less equivalents' complete -c gcc -o fdelete-null-pointer-checks -d 'Use global dataflow analysis to identify and eliminate useless checks for null pointers' complete -c gcc -o fexpensive-optimizations -d 'Perform a number of minor optimizations that are relatively expensive' complete -c gcc -o foptimize-register-move -o fregmove -d 'Attempt to reassign register numbers in move instructions to maximize register tying' @@ -343,16 +343,16 @@ complete -c gcc -o fprefetch-loop-arrays -d 'Generate instructions to prefetch m complete -c gcc -o fno-peephole -d 'Disable any machine-specific peephole optimizations' complete -c gcc -o fno-peephole2 -d 'Disable any machine-specific peephole optimizations' complete -c gcc -o fno-guess-branch-probability -d 'Do not guess branch probabilities using heuristics' -complete -c gcc -o freorder-blocks -d 'Reorder basic blocks in the compiled function to reduce number of taken branches and improve code locality' -complete -c gcc -o freorder-blocks-and-partition -d 'Reorder basic blocks in the compiled function and partition hot and cold blocks' +complete -c gcc -o freorder-blocks -d 'Reorder basic blocks to reduce number of taken branches and improve code locality' +complete -c gcc -o freorder-blocks-and-partition -d 'Reorder basic blocks and partition hot and cold blocks' complete -c gcc -o freorder-functions -d 'Reorder functions in the object file in order to improve code locality' -complete -c gcc -o fstrict-aliasing -d 'Allows the compiler to assume the strictest aliasing rules applicable to the language being compiled' +complete -c gcc -o fstrict-aliasing -d 'Assume strictest aliasing rules' complete -c gcc -o falign-functions -d 'Align the start of functions to the next power-of-two greater than n, skipping up to n bytes' complete -c gcc -o falign-labels -d 'Align all branch targets to a power-of-two boundary, skipping up to n bytes like -falign-functions' complete -c gcc -o falign-loops -d 'Align loops to a power-of-two boundary, skipping up to n bytes like -falign-functions' complete -c gcc -o falign-jumps -d 'Align branch targets to a power-of-two, skipping bytes' complete -c gcc -o funit-at-a-time -d 'Parse the whole compilation unit before starting to produce code' -complete -c gcc -o fweb -d 'Constructs webs as commonly used for register allocation purposes and assign each web individual pseudo register' +complete -c gcc -o fweb -d 'Construct webs for register allocation purposes and assign each web individual pseudo register' complete -c gcc -o fwhole-program -d 'Assume that the current compilation unit represents whole program being compiled' complete -c gcc -o fno-cprop-registers -d 'Perform a copy-propagation pass to try to reduce scheduling dependencies/copies' complete -c gcc -o fprofile-generate -d 'Enable options to generate useful profiles' @@ -361,10 +361,10 @@ complete -c gcc -o ffloat-store -d 'Do not store floating point variables in reg complete -c gcc -o ffast-math -d 'Set a bunch of inadvisable math options to make it faster' complete -c gcc -o fno-math-errno -d 'Do not set ERRNO after calling math functions that are executed with a single instruction, e' complete -c gcc -o funsafe-math-optimizations -d 'Allow unsafe optimizations for floating-point arithmetic' -complete -c gcc -o ffinite-math-only -d 'Allow optimizations for floating-point arithmetic that assume arguments and results are not NaNs or +-Infs' -complete -c gcc -o fno-trapping-math -d 'Compile code assuming that floating-point operations cannot generate user-visible traps' -complete -c gcc -o frounding-math -d 'Disable transformations and optimizations that assume default floating point rounding behavior' -complete -c gcc -o fsignaling-nans -d 'Compile code assuming that IEEE signaling NaNs may generate uservisible traps during floating-point operations' +complete -c gcc -o ffinite-math-only -d 'Allow optimizations for float arithmetic that assume no NaNs or +-Infs' +complete -c gcc -o fno-trapping-math -d 'Assume floating-point operations cannot generate user-visible traps' +complete -c gcc -o frounding-math -d 'Disable transformations and optimizations that assume default float rounding behavior' +complete -c gcc -o fsignaling-nans -d 'Assume IEEE signaling NaNs may generate uservisible traps during float operations' complete -c gcc -o fsingle-precision-constant -d 'Treat float constants as single instead of double' complete -c gcc -o fcx-limited-range -d 'When enabled, states that a range reduction step is not needed when performing complex division' complete -c gcc -o fno-cx-limited-range -d 'When enabled, states that a range reduction step is not needed when performing complex division' @@ -375,12 +375,12 @@ complete -c gcc -o frename-registers -d 'Make use of registers left over after r complete -c gcc -o ftracer -d 'Perform tail duplication to enlarge superblock size' complete -c gcc -o funroll-loops -d 'Unroll loops whose number of iterations can be determined at compile time or upon entry to the loop' complete -c gcc -o funroll-all-loops -d 'Unroll all loops, even if their number of iterations is uncertain when the loop is entered' -complete -c gcc -o fpeel-loops -d 'Peels the loops for that there is enough information that they do not roll much (from profile feedback)' +complete -c gcc -o fpeel-loops -d 'Peel loops that do not roll much (from profile feedback)' complete -c gcc -o fmove-loop-invariants -d 'Enables the loop invariant motion pass in the new loop optimizer' complete -c gcc -o funswitch-loops -d 'Move branches with loop invariant conditions out of the loop' complete -c gcc -o fprefetch-loop-arrays -d 'Generate instructions to prefetch memory to improve the performance of loops that access large arrays' -complete -c gcc -o ffunction-sections -d 'Place each function or data item into its own section in the output file if the target supports arbitrary sections' -complete -c gcc -o fdata-sections -d 'Place each function or data item into its own section in the output file if the target supports arbitrary sections' +complete -c gcc -o ffunction-sections -d 'Place each function or data item into its own section in the output file if possible' +complete -c gcc -o fdata-sections -d 'Place each function or data item into its own section in the output file if possible' complete -c gcc -o fbranch-target-load-optimize -d 'Perform branch target register load optimization before prologue / epilogue threading' complete -c gcc -o fbranch-target-load-optimize2 -d 'Perform branch target register load optimization after prologue / epilogue threading' complete -c gcc -o fstack-protector -d 'Emit extra code to check for buffer overflows, such as stack smashing attacks' @@ -427,7 +427,7 @@ complete -c gcc -o iprefix -d 'Specify prefix as the prefix for subsequent -iwit complete -c gcc -o iwithprefix -d 'Append dir to prefix defined with -iprefix, to same place as -I' complete -c gcc -o iwithprefixbefore -d 'Append dir to prefix defined with -iprefix, to same place as -idirafter' complete -c gcc -o isysroot -d 'Like the --sysroot option, but only to header files' -complete -c gcc -o isystem -d 'Search dir for header files, after all directories specified by -I but before the standard system directories' +complete -c gcc -o isystem -d 'Search dir for headers, after directories specified by -I but before standard system directories' complete -c gcc -o iquote -d 'Search dir only for header files requested with "#include "file""' complete -c gcc -o fdollars-in-identifiers -d 'Accept $ in identifiers' complete -c gcc -o fextended-identifiers -d 'Accept universal character names in identifiers' @@ -447,7 +447,7 @@ complete -c gcc -s C -d 'Do not discard comments' complete -c gcc -o CC -d 'Do not discard comments, including during macro expansion' complete -c gcc -o traditional-cpp -d 'Try to imitate the behavior of old-fashioned C preprocessors, as opposed to ISO C preprocessors' complete -c gcc -o trigraphs -d 'Process trigraph sequences' -complete -c gcc -o remap -d 'Enable special code to work around file systems which only permit very short file names, such as MS-DOS' +complete -c gcc -o remap -d 'Work around file systems with very short file names, such as MS-DOS' complete -c gcc -l help -d 'Print text describing all the command line options instead of preprocessing anything' complete -c gcc -l target-help -d 'Print text describing all the command line options instead of preprocessing anything' complete -c gcc -s H -d 'Print the name of each header file used, in addition to other normal activities' @@ -476,7 +476,7 @@ complete -c gcc -s u -d 'Pretend the symbol symbol is undefined, to force linkin complete -c gcc -o I -d 'Add header search directory' -xa '(__fish_complete_directories)' complete -c gcc -o iquote -d 'Add header search directory for #include "file"' -xa '(__fish_complete_directories)' complete -c gcc -o L -d 'Add dir to the list of directories to be searched for -l' -complete -c gcc -o B -d 'Specifies where to find the executables, libraries, include files, and data files of the compiler itself' +complete -c gcc -o B -d 'Specifies where to find the executables, libraries, include/data files of the compiler itself' complete -c gcc -o specs -r -d 'Process file after the compiler reads in the standard specs file' complete -c gcc -l sysroot -x -a '(__fish_complete_directories)' -d 'Use dir as the logical root directory for headers and libraries' complete -c gcc -o mmangle-cpu -d 'Prepend the name of the cpu to all public symbol names' @@ -496,13 +496,13 @@ complete -c gcc -o mabort-on-noreturn -d 'Generate a call to the function "abort complete -c gcc -o mlong-calls -d 'Assume function calls are long' complete -c gcc -o mno-long-calls -d 'Do not assume function calls are long' complete -c gcc -o mnop-fun-dllimport -d 'Disable support for the "dllimport" attribute' -complete -c gcc -o msingle-pic-base -d 'Treat the register used for PIC addressing as read-only, rather than loading it in the prologue for each function' +complete -c gcc -o msingle-pic-base -d 'Treat the PIC addressing register as read-only, rather than loading it in the function prologue' complete -c gcc -o mpic-register -x -d 'Specify the register to be used for PIC addressing' complete -c gcc -o mcirrus-fix-invalid-insns -d 'Insert NOPs to work around invalid Maverick instruction combinations' complete -c gcc -o mpoke-function-name -d 'Write the name of each function into the text section, directly preceding the function prologue' complete -c gcc -o mthumb -d 'Generate code for the 16-bit Thumb instruction set' -complete -c gcc -o mtpcs-frame -d 'Generate a stack frame that is compliant with the Thumb Procedure Call Standard for all non-leaf functions' -complete -c gcc -o mtpcs-leaf-frame -d 'Generate a stack frame that is compliant with the Thumb Procedure Call Standard for all leaf functions' +complete -c gcc -o mtpcs-frame -d 'Generate a stack frame compliant with the Thumb Procedure Call Standard for all non-leaf functions' +complete -c gcc -o mtpcs-leaf-frame -d 'Generate a stack frame compliant with the Thumb Procedure Call Standard for all leaf functions' complete -c gcc -o mcallee-super-interworking complete -c gcc -o mcaller-super-interworking complete -c gcc -o mtp -x -d 'Specify the access model for the thread local storage pointer' @@ -519,7 +519,7 @@ complete -c gcc -o mspecld-anomaly -d 'Ensure that the generated code does not c complete -c gcc -o mno-specld-anomaly -d 'Don’t generate extra code to prevent speculative loads from occurring' complete -c gcc -o mcsync-anomaly -d 'Ensure that code does not contain C/SSYNC instructions too soon after conditional branches' complete -c gcc -o mno-csync-anomaly -d 'Don’t generate extra code to prevent C/SSYNC instructions too soon after a conditional branch' -complete -c gcc -o mlow-64k -d 'Compiler is free to take advantage of the knowledge that the entire program fits into the low 64k of memory' +complete -c gcc -o mlow-64k -d 'Assume that the entire program fits into the low 64k of memory' complete -c gcc -o mno-low-64k -d 'Assume that the program is arbitrarily large' complete -c gcc -o mid-shared-library -d 'Support shared libraries via the library ID method' complete -c gcc -o mno-id-shared-library -d 'Don’t assume ID based shared libraries are being used' @@ -537,11 +537,11 @@ complete -c gcc -o mno-mul-bug-workaround -d 'Work around a bug in the "muls" an complete -c gcc -o mpdebug -d 'Enable CRIS-specific verbose debug-related information in the assembly code' complete -c gcc -o mcc-init -d 'Always emit compare and test instructions before use of condition codes' complete -c gcc -o mno-side-effects -d 'Do not emit instructions with side-effects in addressing modes other than post-increment' -complete -c gcc -o mstack-align -d 'Arranges for the stack-frame to be aligned for the maximum single data access size for the chosen CPU model' +complete -c gcc -o mstack-align -d 'Arranges for stack-frame to be aligned for maximum single data access size for chosen CPU' complete -c gcc -o mno-stack-align -d 'Don\'t align the stack-frame for the chosen CPU' -complete -c gcc -o mdata-align -d 'Arranges for the individual data to be aligned for the maximum single data access size for the chosen CPU model' +complete -c gcc -o mdata-align -d 'Arranges for individual data to be aligned for maximum single data access size for chosen CPU' complete -c gcc -o mno-data-align -d 'Don\'t align data for the chosen CPU' -complete -c gcc -o mconst-align -d 'Arranges for the constants to be aligned for the maximum single data access size for the chosen CPU model' +complete -c gcc -o mconst-align -d 'Arranges for constants to be aligned for maximum single data access size for chosen CPU' complete -c gcc -o mno-const-align -d 'Don\'t align constants for the chosen CPU' complete -c gcc -o m32-bit -d 'Make stack-frame, writable data and constants all 32-bit' complete -c gcc -o m16-bit -d 'Make stack-frame, writable data and constants all 16-bit' @@ -568,7 +568,7 @@ complete -c gcc -o bind_at_load -d 'Mark the output file so that the dynamic lin complete -c gcc -o bundle -d 'Produce a Mach-o bundle format file' complete -c gcc -o bundle_loader -d 'Specifies the executable that will be loading the build output file being linked' complete -c gcc -o dynamiclib -d 'Produce a dynamic library instead of an executable when linking, using the Darwin libtool command' -complete -c gcc -o force_cpusubtype_ALL -d 'This causes GCC’s output file to have the ALL subtype, instead of one controlled by the -mcpu or -march option' +complete -c gcc -o force_cpusubtype_ALL -d 'Make output have the ALL subtype, instead of one controlled by -mcpu or -march' complete -c gcc -o mfp-reg -d 'Use the floating-point register set' complete -c gcc -o mno-fp-regs -d 'Do not use the floating-point register set' complete -c gcc -o mieee -d 'The Alpha architecture implements floating-point hardware optimized for maximum performance' @@ -598,7 +598,7 @@ complete -c gcc -o mfloat-ieee -d 'Do not use VAX F and G floating point arithme # complete -c gcc -o mlarge-data -d 'When -mexplicit-relocs is in effect, static data is accessed via gp-relative relocations' complete -c gcc -o msmall-text -d 'Assume that the code is small enough to be reachable with a branch instruction' complete -c gcc -o mlarge-text -d 'Does not assume that the code is small enough to be reachable with a branch instruction' -complete -c gcc -o mmemory-latency -d '=time Sets the latency the scheduler should assume for typical memory references as seen by the application' +complete -c gcc -o mmemory-latency -d '=time Sets the latency the scheduler should assume for typical memory references' complete -c gcc -o mvms-return-codes -d 'Return VMS condition codes from main' complete -c gcc -o mgpr-32 -d 'Only use the first 32 general purpose registers' complete -c gcc -o mgpr-64 -d 'Use all 64 general purpose registers' @@ -683,7 +683,7 @@ complete -c gcc -o malign-double -d 'Aligns "double", "long double", and "long l complete -c gcc -o mno-align-double -d 'Aligns "double", "long double", and "long long" variables on a one word boundary' complete -c gcc -o m96bit-long-double -d 'These switches control the size of "long double" type' complete -c gcc -o m128bit-long-double -d 'These switches control the size of "long double" type' -complete -c gcc -o mmlarge-data-threshold -d '=number When -mcmodel=medium is specified, the data greater than threshold are placed in large data section' +complete -c gcc -o mmlarge-data-threshold -d '=number With -mcmodel=medium: place data greater than threshold in large data section' complete -c gcc -o msvr3-shlib -d 'Control whether GCC places uninitialized local variables into the "bss" or "data" segments' complete -c gcc -o mno-svr3-shlib -d 'Control whether GCC places uninitialized local variables into the "bss" or "data" segments' complete -c gcc -o mrtd -d 'Let functions that take a fixed number of arguments return with the "ret" num instruction' @@ -707,7 +707,7 @@ complete -c gcc -o mno-push-args -d 'Don\'t use PUSH operations to store outgoin complete -c gcc -o maccumulate-outgoing-args -d 'The maximum amount of space required for outgoing arguments will be computed in the function prologue' complete -c gcc -o mthreads -d 'Support thread-safe exception handling on Mingw32' complete -c gcc -o mno-align-stringops -d 'Do not align destination of inlined string operations' -complete -c gcc -o minline-all-stringops -d 'By default GCC inlines string operations only when destination is known to be aligned at least to 4 byte boundary' +complete -c gcc -o minline-all-stringops -d 'Enable string operation inlining even without alignment' complete -c gcc -o momit-leaf-frame-pointer -d 'Don’t keep the frame pointer in a register for leaf functions' complete -c gcc -o mtls-direct-seg-refs -d 'TLS variables may be accessed with offsets from the TLS segment register' complete -c gcc -o mno-tls-direct-seg-refs -d 'TLS variables may not accessed with offsets from the TLS segment register' @@ -734,8 +734,8 @@ complete -c gcc -o minline-sqrt-min-latency -d 'Inline square roots using the mi complete -c gcc -o minline-sqrt-max-throughput -d 'Inline square roots using the maximum throughput algorithm' complete -c gcc -o mno-dwarf2-asm -d 'Don’t (or do) generate assembler code for the DWARF2 line number debugging info' complete -c gcc -o mdwarf2-asm -d 'Don’t (or do) generate assembler code for the DWARF2 line number debugging info' -complete -c gcc -o mearly-stop-bits -d 'Allow stop bits to be placed earlier than immediately preceding the instruction that triggered the stop bit' -complete -c gcc -o mno-early-stop-bits -d 'Allow stop bits to be placed earlier than immediately preceding the instruction that triggered the stop bit' +complete -c gcc -o mearly-stop-bits -d 'Allow stop bits to be placed earlier than immediately preceding the instruction that triggered them' +complete -c gcc -o mno-early-stop-bits -d 'Allow stop bits to be placed earlier than immediately preceding the instruction that triggered them' complete -c gcc -o mfixed-range -d 'Generate code treating the given register range as fixed registers' complete -c gcc -o range -d 'Generate code treating the given register range as fixed registers' complete -c gcc -o mtls-size -d 'Specify bit size of immediate TLS offsets' @@ -754,7 +754,7 @@ complete -c gcc -o msdata -xa 'none\t"Disable use of the small data area" sdata\t"Put small global and static data in the small data area, but do not generate special code to reference them" use\t"Put small global and static data in the small data area, and generate special instructions to reference them"' complete -c gcc -s G -d 'Put global and static objects less than or equal to num bytes into the small data or bss sections' -xa '(seq 100)' -complete -c gcc -o mdebug -d 'Makes the M32R specific code in the compiler display some statistics that might help in debugging programs' +complete -c gcc -o mdebug -d 'Print additional debug info' complete -c gcc -o malign-loops -d 'Align all loops to a 32-byte boundary' complete -c gcc -o mno-align-loops -d 'Do not enforce a 32-byte alignment for loops' complete -c gcc -o missue-rate -d '=number Issue number instructions per cycle' @@ -837,12 +837,12 @@ complete -c gcc -o mfp32 -d 'Assume that floating-point registers are 32 bits wi complete -c gcc -o mfp64 -d 'Assume that floating-point registers are 64 bits wide' complete -c gcc -o msingle-float -d 'Assume that the floating-point coprocessor only supports singleprecision operations' complete -c gcc -o mdouble-float -d 'Assume that the floating-point coprocessor supports double-precision operations' -complete -c gcc -o mdsp -d 'Use (do not use) the MIPS DSP ASE' -complete -c gcc -o mno-dsp -d 'Use (do not use) the MIPS DSP ASE' -complete -c gcc -o mpaired-single -d 'Use (do not use) paired-single floating-point instructions' -complete -c gcc -o mno-paired-single -d 'Use (do not use) paired-single floating-point instructions' -complete -c gcc -o mips3d -d 'Use (do not use) the MIPS-3D ASE' -complete -c gcc -o mno-mips3d -d 'Use (do not use) the MIPS-3D ASE' +complete -c gcc -o mdsp -d 'Use the MIPS DSP ASE' +complete -c gcc -o mno-dsp -d 'Do not use the MIPS DSP ASE' +complete -c gcc -o mpaired-single -d 'Use paired-single floating-point instructions' +complete -c gcc -o mno-paired-single -d 'Do not use paired-single floating-point instructions' +complete -c gcc -o mips3d -d 'Use the MIPS-3D ASE' +complete -c gcc -o mno-mips3d -d 'Do not use the MIPS-3D ASE' complete -c gcc -o mlong64 -d 'Force "long" types to be 64 bits wide' complete -c gcc -o mlong32 -d 'Force "long", "int", and pointer types to be 32 bits wide' complete -c gcc -o msym32 -d 'Assume that all symbols have 32-bit values, regardless of the selected ABI' @@ -851,18 +851,18 @@ complete -c gcc -o membedded-data -d 'Allocate variables read-only data section, complete -c gcc -o mno-embedded-data -d 'Do not allocate variables to the read-only data section first' complete -c gcc -o muninit-const-in-rodata -d 'Put uninitialized "const" variables in the read-only data section' complete -c gcc -o mno-uninit-const-in-rodata -d 'Put uninitialized "const" variables in the read-only data section' -complete -c gcc -o msplit-addresses -d 'Enable (disable) use of the "%hi()" and "%lo()" assembler relocation operators' -complete -c gcc -o mno-split-addresses -d 'Enable (disable) use of the "%hi()" and "%lo()" assembler relocation operators' -complete -c gcc -o mexplicit-relocs -d 'Use (do not use) assembler relocation operators when dealing with symbolic addresses' -complete -c gcc -o mno-explicit-relocs -d 'Use (do not use) assembler relocation operators when dealing with symbolic addresses' -complete -c gcc -o mcheck-zero-division -d 'Trap (do not trap) on integer division by zero' -complete -c gcc -o mno-check-zero-division -d 'Trap (do not trap) on integer division by zero' +complete -c gcc -o msplit-addresses -d 'Enable use of the "%hi()" and "%lo()" assembler relocation operators' +complete -c gcc -o mno-split-addresses -d 'Disable use of the "%hi()" and "%lo()" assembler relocation operators' +complete -c gcc -o mexplicit-relocs -d 'Use assembler relocation operators when dealing with symbolic addresses' +complete -c gcc -o mno-explicit-relocs -d 'Do not use assembler relocation operators when dealing with symbolic addresses' +complete -c gcc -o mcheck-zero-division -d 'Trap on integer division by zero' +complete -c gcc -o mno-check-zero-division -d 'Do not trap on integer division by zero' # complete -c gcc -o mdivide-traps -d 'MIPS systems check for division by zero by generating either a conditional trap or a break instruction' # complete -c gcc -o mdivide-breaks -d 'MIPS systems check for division by zero by generating either a conditional trap or a break instruction' -complete -c gcc -o mmemcpy -d 'Force (do not force) the use of "memcpy()" for non-trivial block moves' -complete -c gcc -o mno-memcpy -d 'Force (do not force) the use of "memcpy()" for non-trivial block moves' -complete -c gcc -o mmad -d 'Enable (disable) use of the "mad", "madu" and "mul" instructions, as provided by the R4650 ISA' -complete -c gcc -o mno-mad -d 'Enable (disable) use of the "mad", "madu" and "mul" instructions, as provided by the R4650 ISA' +complete -c gcc -o mmemcpy -d 'Force the use of "memcpy()" for non-trivial block moves' +complete -c gcc -o mno-memcpy -d 'Do not force the use of "memcpy()" for non-trivial block moves' +complete -c gcc -o mmad -d 'Enable use of the "mad", "madu" and "mul" instructions, as provided by the R4650 ISA' +complete -c gcc -o mno-mad -d 'Disable use of the "mad", "madu" and "mul" instructions, as provided by the R4650 ISA' complete -c gcc -o mfused-madd -d 'Enable floating point multiply-accumulate instructions' complete -c gcc -o mno-fused-madd -d 'Disable floating point multiply-accumulate instructions' complete -c gcc -o nocpp -d 'Tell the MIPS assembler to not run its preprocessor over user assembler files' @@ -881,10 +881,10 @@ complete -c gcc -o mbranch-likely -d 'Enable use of Branch Likely instructions, complete -c gcc -o mno-branch-likely -d 'Disable use of Branch Likely instructions, regardless of the default for the selected architecture' complete -c gcc -o mfp-exceptions -d 'Specifies whether FP exceptions are enabled' complete -c gcc -o mno-fp-exceptions -d 'Specifies whether FP exceptions are enabled' -complete -c gcc -o mvr4130-align -d 'VR4130 pipeline is two-way superscalar, but can only issue two instructions together if the first one is 8-byte aligned' -complete -c gcc -o mno-vr4130-align -d 'VR4130 pipeline is two-way superscalar, but can only issue two instructions together if the first one is 8-byte aligned' -complete -c gcc -o mlibfuncs -d 'Specify that intrinsic library functions are being compiled, passing all values in registers, no matter the size' -complete -c gcc -o mno-libfuncs -d 'Specify that intrinsic library functions are being compiled, passing all values in registers, no matter the size' +complete -c gcc -o mvr4130-align +complete -c gcc -o mno-vr4130-align +complete -c gcc -o mlibfuncs -d 'Intrinsic library functions are being compiled, passing all values in registers' +complete -c gcc -o mno-libfuncs -d 'Intrinsic library functions are NOT being compiled' complete -c gcc -o mepsilon -d 'Generate floating-point comparison instructions that compare with respect to the "rE" epsilon register' complete -c gcc -o mno-epsilon -d 'Generate floating-point comparison instructions that compare with respect to the "rE" epsilon register' complete -c gcc -o mzero-extend -d 'Use zero-extending load instructions for short reads by default' @@ -893,11 +893,11 @@ complete -c gcc -o mknuthdiv -d 'Make the result of a division yielding a remain complete -c gcc -o mno-knuthdiv -d 'Make the result of a division yielding a remainder have the same sign as the divisor' complete -c gcc -o mtoplevel-symbols -d 'Prepend a : to all global symbols, so the assembly code can be used with the "PREFIX" assembly directive' complete -c gcc -o mno-toplevel-symbols -d 'Do not prepend a : to all global symbols, so the assembly code can be used with the "PREFIX" assembly directive' -complete -c gcc -o melf -d 'Generate an executable in the ELF format, rather than the default mmo format used by the mmix simulator' -complete -c gcc -o mbranch-predict -d 'Use (do not use) the probable-branch instructions, when static branch prediction indicates a probable branch' -complete -c gcc -o mno-branch-predict -d 'Use (do not use) the probable-branch instructions, when static branch prediction indicates a probable branch' -complete -c gcc -o mbase-addresses -d 'Generate (do not generate) code that uses base addresses' -complete -c gcc -o mno-base-addresses -d 'Generate (do not generate) code that uses base addresses' +complete -c gcc -o melf -d 'Generate an executable in the ELF format' +complete -c gcc -o mbranch-predict -d 'Use the probable-branch instructions, when static branch prediction indicates a probable branch' +complete -c gcc -o mno-branch-predict -d 'Do not use the probable-branch instructions, when static branch prediction indicates a probable branch' +complete -c gcc -o mbase-addresses -d 'Generate code that uses base addresses' +complete -c gcc -o mno-base-addresses -d 'Do not generate code that uses base addresses' complete -c gcc -o msingle-exit -d 'Force (do not force) generated code to have a single exit point in each function' complete -c gcc -o mno-single-exit -d 'Force (do not force) generated code to have a single exit point in each function' complete -c gcc -o mmult-bug -d 'Generate code to avoid bugs in the multiply instructions for the MN10300 processors' @@ -943,15 +943,15 @@ complete -c gcc -o mvrsave -d 'Generate VRSAVE instructions when generating Alti complete -c gcc -o mno-vrsave -d 'Generate VRSAVE instructions when generating AltiVec code' complete -c gcc -o msecure-plt -d 'Allow ld and ld' complete -c gcc -o mbss-plt -d 'Use a BSS ' -complete -c gcc -o misel -d 'This switch enables or disables the generation of ISEL instructions' -complete -c gcc -o mno-isel -d 'This switch enables or disables the generation of ISEL instructions' -complete -c gcc -o mspe -d 'This switch enables or disables the generation of SPE simd instructions' -complete -c gcc -o mno-isel -d 'This switch enables or disables the generation of SPE simd instructions' -complete -c gcc -o mfloat-gprs -d 'This switch enables or disables the generation of floating point operations on the general purpose registers' -complete -c gcc -o mfull-toc -d 'Modify generation of the TOC (Table Of Contents), which is created for every executable file' -complete -c gcc -o mno-fp-in-toc -d 'Modify generation of the TOC (Table Of Contents), which is created for every executable file' -complete -c gcc -o mno-sum-in-toc -d 'Modify generation of the TOC (Table Of Contents), which is created for every executable file' -complete -c gcc -o mminimal-toc -d 'Modify generation of the TOC (Table Of Contents), which is created for every executable file' +complete -c gcc -o misel -d 'Enable the generation of ISEL instructions' +complete -c gcc -o mno-isel -d 'Disable the generation of ISEL instructions' +complete -c gcc -o mspe -d 'Enable the generation of SPE simd instructions' +complete -c gcc -o mno-isel -d 'Disable the generation of SPE simd instructions' +complete -c gcc -o mfloat-gprs -d 'Enable the generation of floating point operations on the general purpose registers' +complete -c gcc -o mfull-toc -d 'Allocate full Table Of Contents' +complete -c gcc -o mno-fp-in-toc -d 'No floats in Table Of Contents' +complete -c gcc -o mno-sum-in-toc -d 'No sums in Table Of Contents' +complete -c gcc -o mminimal-toc -d 'Only one Table Of Contents entry per file' complete -c gcc -o maix64 -d 'Enable 64-bit AIX ABI and calling convention' complete -c gcc -o maix32 -d 'Enable 32-bit AIX ABI and calling convention' complete -c gcc -o mxl-compat -d 'Produce code that conforms more closely to IBM XL compiler semantics when using AIX-compatible ABI' @@ -963,12 +963,12 @@ complete -c gcc -o mmultiple -d 'Use load multiple word instructions and the sto complete -c gcc -o mno-multiple -d 'Don\'t use load multiple word instructions and the store multiple word instructions' complete -c gcc -o mstring -d 'Use load string and store string word instructions to save registers and do small block moves' complete -c gcc -o mno-string -d 'Don\'t use load string and store string word instructions to save registers and do small block moves' -complete -c gcc -o mupdate -d 'Use load or store instructions that update the base register to the address of the calculated memory location' -complete -c gcc -o mno-update -d 'Don\'t use load or store instructions that update the base register to the address of the calculated memory location' +complete -c gcc -o mupdate -d 'Use load or store instructions that update the base register to the calculated memory location' +complete -c gcc -o mno-update -d 'Don\'t use load or store instructions that update the base register to the calculated memory location' complete -c gcc -o mdynamic-no-pic -d 'macOS: compile code so that its external references are relocatable' complete -c gcc -o mprioritize-restricted-insns -d '=priority Set priority of dispatch-slot restricted instructions in second scheduling pass' -complete -c gcc -o msched-costly-dep -d '=dependence_type Controls which dependences are considered costly by the target during instruction scheduling' -complete -c gcc -o minsert-sched-nops -d '=scheme Controls which nop insertion scheme will be used during the second scheduling pass' +complete -c gcc -o msched-costly-dep -d 'Which dependences are considered costly by the target during instruction scheduling' -a 'no all true_store_to_load store_to_load' +complete -c gcc -o minsert-sched-nops -d 'Which nop insertion scheme to use during the second scheduling pass' -a 'no pad regroup_exact' complete -c gcc -o maix-struct-return -d 'Return all structures in memory (as specified by the AIX ABI)' complete -c gcc -o msvr4-struct-return -d 'Return structures smaller than 8 bytes in registers (as specified by the SVR4 ABI)' complete -c gcc -o mprototype -d 'PowerPC: assume that all calls to variable argument functions are properly prototyped' @@ -987,12 +987,12 @@ complete -c gcc -o mno-regnames -d 'PowerPC: do not emit register names in the a complete -c gcc -o mlongcall -d 'Default to making all function calls indirectly' complete -c gcc -o mlong-double-64 -d 'These switches control the size of "long double" type' complete -c gcc -o mlong-double-128 -d 'These switches control the size of "long double" type' -complete -c gcc -o mbackchain -d 'Store (do not store) the address of the caller’s frame as backchain pointer into the callee’s stack frame' -complete -c gcc -o mno-backchain -d 'Store (do not store) the address of the caller’s frame as backchain pointer into the callee’s stack frame' -complete -c gcc -o mpacked-stack -d 'Use (do not use) the packed stack layout' -complete -c gcc -o mno-packed-stack -d 'Use (do not use) the packed stack layout' -complete -c gcc -o msmall-exec -d 'Generate (or do not generate) code using the "bras" instruction to do subroutine calls' -complete -c gcc -o mno-small-exec -d 'Generate (or do not generate) code using the "bras" instruction to do subroutine calls' +complete -c gcc -o mbackchain -d 'Store the address of the caller’s frame as backchain pointer into the callee’s stack frame' +complete -c gcc -o mno-backchain -d 'Do not store the address of the caller’s frame as backchain pointer into the callee’s stack frame' +complete -c gcc -o mpacked-stack -d 'Use the packed stack layout' +complete -c gcc -o mno-packed-stack -d 'Do not use the packed stack layout' +complete -c gcc -o msmall-exec -d 'Generate code using the "bras" instruction to do subroutine calls' +complete -c gcc -o mno-small-exec -d 'Do not generate code using the "bras" instruction to do subroutine calls' complete -c gcc -o m31 -d 'When -m31 is specified, generate code compliant to the GNU/Linux for S/390 ABI' complete -c gcc -o mzarch -d 'When -mzarch is specified, generate code using the instructions available on z/Architecture' complete -c gcc -o mesa -d 'When -mzarch is specified, generate code using the instructions available on z/Architecture' @@ -1055,8 +1055,8 @@ complete -c gcc -o mno-faster-structs -d 'Does not assume that structures should complete -c gcc -o mimpure-text -d 'Used in addition to -shared, tells to not pass -z text to the linker when linking a shared object' complete -c gcc -o mv8plus -d 'With -mv8plus, GCC generates code for the SPARC-V8+ ABI' complete -c gcc -o mno-v8plus -d 'With -mv8plus, GCC generates code for the SPARC-V8+ ABI' -complete -c gcc -o mvis -d 'With -mvis, GCC generates code that takes advantage of the UltraSPARC Visual Instruction Set extensions' -complete -c gcc -o mno-vis -d 'With -mvis, GCC generates code that takes advantage of the UltraSPARC Visual Instruction Set extensions' +complete -c gcc -o mvis -d 'Take advantage of the UltraSPARC Visual Instruction Set extensions' +complete -c gcc -o mno-vis -d 'Don\'t take advantage of the UltraSPARC Visual Instruction Set extensions' complete -c gcc -o mcmodel -a 'medlow\t"Medium/Low code model: 64-bit addresses, programs must be linked in the low 32 bits of memory" medmid\t"Medium/Middle code model: 64-bit addresses, programs must be linked in the low 44 bits of memory, the text/data segments must be less than 2GB in size and the data segment must be located within 2GB of the text segment" medany\t"Medium/Anywhere code model: 64-bit addresses, programs may be linked anywhere in memory, the text and data segments must be less than 2GB in size and the data segment must be located within 2GB of the text segment" @@ -1070,20 +1070,20 @@ complete -c gcc -o mbig-memory -d 'Generates code for the big or small memory mo complete -c gcc -o mbig -d 'Generates code for the big or small memory model' complete -c gcc -o msmall-memory -d 'Generates code for the big or small memory model' complete -c gcc -o msmall -d 'Generates code for the big or small memory model' -complete -c gcc -o mbk -d 'Allow (disallow) allocation of general integer operands into the block count register BK' -complete -c gcc -o mno-bk -d 'Allow (disallow) allocation of general integer operands into the block count register BK' -complete -c gcc -o mdb -d 'Enable (disable) generation of code using decrement and branch, DBcond(D), instructions' -complete -c gcc -o mno-db -d 'Enable (disable) generation of code using decrement and branch, DBcond(D), instructions' +complete -c gcc -o mbk -d 'Allow allocation of general integer operands into the block count register BK' +complete -c gcc -o mno-bk -d 'Disallow allocation of general integer operands into the block count register BK' +complete -c gcc -o mdb -d 'Enable generation of code using decrement and branch, DBcond(D), instructions' +complete -c gcc -o mno-db -d 'Disable generation of code using decrement and branch, DBcond(D), instructions' complete -c gcc -o mdp-isr-reload complete -c gcc -o mparanoid complete -c gcc -o mmpyi complete -c gcc -o mno-mpyi complete -c gcc -o mfast-fix complete -c gcc -o mno-fast-fix -complete -c gcc -o mrptb -d 'Enable (disable) generation of repeat block sequences using the RPTB instruction for zero overhead looping' -complete -c gcc -o mno-rptb -d 'Enable (disable) generation of repeat block sequences using the RPTB instruction for zero overhead looping' -complete -c gcc -o mrpts -d 'Enable (disable) the use of the single instruction repeat instruction RPTS' -complete -c gcc -o mno-rpts -d 'Enable (disable) the use of the single instruction repeat instruction RPTS' +complete -c gcc -o mrptb -d 'Enable generation of repeat block sequences using the RPTB instruction for zero overhead looping' +complete -c gcc -o mno-rptb -d 'Disable generation of repeat block sequences using the RPTB instruction for zero overhead looping' +complete -c gcc -o mrpts -d 'Enable the use of the single instruction repeat instruction RPTS' +complete -c gcc -o mno-rpts -d 'Disable the use of the single instruction repeat instruction RPTS' complete -c gcc -o mloop-unsigned complete -c gcc -o mno-loop-unsigned complete -c gcc -o mti -d 'Try to emit an assembler syntax that the TI assembler (asm30) is happy with' @@ -1091,12 +1091,12 @@ complete -c gcc -o mregparm -d 'Use registers (stack) for passing arguments to f complete -c gcc -o mmemparm -d 'Use registers (stack) for passing arguments to functions' complete -c gcc -o mparallel-insns -d 'Allow the generation of parallel instructions' complete -c gcc -o mno-parallel-insns -d 'Allow the generation of parallel instructions' -complete -c gcc -o mparallel-mpy -d 'Allow the generation of MPY││ADD and MPY││SUB parallel instructions, provided -mparallel-insns is also specified' -complete -c gcc -o mno-parallel-mpy -d 'Allow the generation of MPY││ADD and MPY││SUB parallel instructions, provided -mparallel-insns is also specified' +complete -c gcc -o mparallel-mpy -d 'Allow the generation of MPY││ADD/MPY││SUB parallel instructions, with -mparallel-insns' +complete -c gcc -o mno-parallel-mpy -d 'Disallow the generation of MPY││ADD/MPY││SUB parallel instructions, with -mparallel-insns' complete -c gcc -o mep complete -c gcc -o mno-ep -complete -c gcc -o mno-prolog-function -d 'Do not use (do use) external functions to save and restore registers at the prologue and epilogue of a function' -complete -c gcc -o mprolog-function -d 'Do not use (do use) external functions to save and restore registers at the prologue and epilogue of a function' +complete -c gcc -o mno-prolog-function -d 'Do not use external functions to save/restore registers at the prologue and epilogue of a function' +complete -c gcc -o mprolog-function -d 'Do use external functions to save/restore registers at the prologue and epilogue of a function' complete -c gcc -o mspace -d 'Try to make the code as small as possible' complete -c gcc -o mtda -d '=n Put static/global variables under n bytes into tiny data area register "ep" points to' complete -c gcc -o msda -d '=n Put static/global variables under n bytes into small data area register "gp" points to' @@ -1107,7 +1107,7 @@ complete -c gcc -o mapp-regs -d 'Will cause r2 and r5 to be used in the code gen complete -c gcc -o mno-app-regs -d 'Will cause r2 and r5 to be treated as fixed registers' complete -c gcc -o mv850e1 -d 'Specify that the target processor is the V850E1' complete -c gcc -o mv850e -d 'Specify that the target processor is the V850E' -complete -c gcc -o mdisable-callt -d 'Will suppress generation of the CALLT instruction for the v850e and v850e1 flavors of the v850 architecture' +complete -c gcc -o mdisable-callt -d 'Suppress generation of CALLT instruction for the v850e/v850e1 flavors of v850 architecture' complete -c gcc -o mgnu -d 'Do output those jump instructions, on the assumption that you will assemble with the GNU assembler' complete -c gcc -o mg -d 'Output code for g-format floating point numbers instead of d-format' complete -c gcc -o mconst16 -d 'Enable or disable use of "CONST16" instructions for loading constant values' diff --git a/share/completions/git.fish b/share/completions/git.fish index d42551c13..209e6a3f2 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -959,7 +959,7 @@ complete -c git -n '__fish_git_using_command diff show range-diff' -l patience - complete -c git -n '__fish_git_using_command diff log show range-diff' -l pickaxe-all -d 'When -S or -G finds a change, show all the changes in that changeset' complete -c git -n '__fish_git_using_command diff log show range-diff' -l pickaxe-regex -d 'Treat the given to -S as an extended POSIX regular expression to match' complete -c git -n '__fish_git_using_command diff log show range-diff' -l relative -d 'Exclude changes outside the directory and show relative pathnames' -complete -c git -n '__fish_git_using_command diff show range-diff' -l shortstat -d 'Output only the last line of the --stat format containing total number of modified files' +complete -c git -n '__fish_git_using_command diff show range-diff' -l shortstat -d 'Output only the last line of the --stat format containing the total' complete -c git -n '__fish_git_using_command diff log show range-diff' -l src-prefix -d 'Show the given source prefix instead of "a/"' complete -c git -n '__fish_git_using_command diff show range-diff' -l stat -d 'Generate a diffstat' complete -c git -n '__fish_git_using_command diff show range-diff apply' -l stat -d 'Generate a diffstat' @@ -1496,11 +1496,11 @@ complete -f -c git -n '__fish_git_using_command grep' -s L -l files-without-matc complete -f -c git -n '__fish_git_using_command grep' -s z -l null -d 'Use \\0 as the delimiter for pathnames in the output, and print them verbatim' complete -f -c git -n '__fish_git_using_command grep' -s o -l only-matching -d 'Print only the matched parts of a matching line' complete -f -c git -n '__fish_git_using_command grep' -s c -l count -d 'Instead of showing every matched line, show the number of lines that match' -complete -f -c git -n '__fish_git_using_command grep' -l no-color -d 'Turn off match highlighting, even when the configuration file gives the default to color output' +complete -f -c git -n '__fish_git_using_command grep' -l no-color -d 'Turn off match highlighting' complete -f -c git -n '__fish_git_using_command grep' -l break -d 'Print an empty line between matches from different files' -complete -f -c git -n '__fish_git_using_command grep' -l heading -d 'Show the filename above the matches in that file instead of at the start of each shown line' -complete -f -c git -n '__fish_git_using_command grep' -s p -l show-function -d 'Show the line that contains the function name of the match, unless the match is a function name itself' -complete -f -c git -n '__fish_git_using_command grep' -s W -l function-context -d 'Show the surrounding text from the line containing a function name up to the one before the next function name' +complete -f -c git -n '__fish_git_using_command grep' -l heading -d 'Show the filename once above the matches in that file' +complete -f -c git -n '__fish_git_using_command grep' -s p -l show-function -d 'Show the function name for the match' +complete -f -c git -n '__fish_git_using_command grep' -s W -l function-context -d 'Show the surrounding function' complete -f -c git -n '__fish_git_using_command grep' -s e -d 'The next parameter is the pattern' complete -f -c git -n '__fish_git_using_command grep' -l and -d 'Combine patterns using and' complete -f -c git -n '__fish_git_using_command grep' -l or -d 'Combine patterns using or' @@ -2036,7 +2036,7 @@ complete -f -c git -n '__fish_git_using_command revert' -l quit -d 'Forget about complete -f -c git -n '__fish_git_using_command revert' -l no-edit -d 'Do not start the commit message editor' complete -f -c git -n '__fish_git_using_command revert' -s n -l no-commit -d 'Apply changes to index but don\'t create a commit' complete -f -c git -n '__fish_git_using_command revert' -s s -l signoff -d 'Add a Signed-off-by trailer at the end of the commit message' -complete -f -c git -n '__fish_git_using_command revert' -l rerere-autoupdate -d 'Allow the rerere mechanism to update the index with the result of auto-conflict resolution' +complete -f -c git -n '__fish_git_using_command revert' -l rerere-autoupdate -d 'Allow the rerere mechanism to update the index automatically' complete -f -c git -n '__fish_git_using_command revert' -l no-rerere-autoupdate -d 'Prevent the rerere mechanism from updating the index with auto-conflict resolution' # TODO options diff --git a/share/completions/hg.fish b/share/completions/hg.fish index eb4e24ac1..4340b1acc 100644 --- a/share/completions/hg.fish +++ b/share/completions/hg.fish @@ -1306,7 +1306,7 @@ for cmd in she shel shelv shelve complete -c hg -n "__fish_hg_using_command $cmd" -s n -l name -x -d "use the given name for the shelved commit" complete -c hg -n "__fish_hg_using_command $cmd" -s p -l patch -d "output patches for changes (provide the names of the shelved changes as positional arguments)" complete -c hg -n "__fish_hg_using_command $cmd" -s i -l interactive -d "interactive mode, only works while creating a shelve" - complete -c hg -n "__fish_hg_using_command $cmd" -l stat -d "output diffstat-style summary of changes (provide the names of the shelved changes as positional arguments)" + complete -c hg -n "__fish_hg_using_command $cmd" -l stat -d "output diffstat-style summary of changes" complete -c hg -n "__fish_hg_using_command $cmd" -s I -l include -x -d "include names matching the given patterns" complete -c hg -n "__fish_hg_using_command $cmd" -s X -l exclude -x -d "exclude names matching the given patterns" complete -c hg -n "__fish_hg_using_command $cmd; and __fish_hg_mq_enabled" -l mq -d "operate on patch repository" diff --git a/share/completions/kitchen.fish b/share/completions/kitchen.fish index 6889754ab..d33d715c2 100644 --- a/share/completions/kitchen.fish +++ b/share/completions/kitchen.fish @@ -23,7 +23,6 @@ complete -c kitchen -f -n '__fish_kitchen_using_command help' -a help -d "Descri # list commands complete -c kitchen -f -n __fish_kitchen_no_command -a list -d "Lists one or more instances" complete -c kitchen -f -n '__fish_kitchen_using_command list' -s b -l bare -d "List the name of each instance only, one per line" -complete -c kitchen -f -n '__fish_kitchen_using_command list' -s d -l debug -d "[Deprecated] Please use `kitchen diagnose'" complete -c kitchen -f -n '__fish_kitchen_using_command list' -s l -l log_level -d "Set the log level (debug, info, warn, error, fatal)" # list help @@ -47,8 +46,7 @@ complete -c kitchen -f -n '__fish_kitchen_using_command diagnose' -a '(__fish_ki # create commands complete -c kitchen -f -n __fish_kitchen_no_command -a create -d "Change instance state to create. Start one or more instances" -complete -c kitchen -f -n '__fish_kitchen_using_command create' -s c -l concurrency -d "Run a create against all matching instances concurrently. Only N instances will run at the same time if a number is given. " -complete -c kitchen -f -n '__fish_kitchen_using_command create' -s p -l parallel -d "[Future DEPRECATION, use --concurrency] Run a create against all matching instances concurrently. " +complete -c kitchen -f -n '__fish_kitchen_using_command create' -s c -l concurrency -d "Run concurrently, give number for max instances" complete -c kitchen -f -n '__fish_kitchen_using_command create' -s l -l log_level -d "Set the log level (debug, info, warn, error, fatal)" # create help @@ -59,8 +57,7 @@ complete -c kitchen -f -n '__fish_kitchen_using_command create' -a '(__fish_kitc # converge commands complete -c kitchen -f -n __fish_kitchen_no_command -a converge -d "Change instance state to converge. Use a provisioner to configure one or more instances" -complete -c kitchen -f -n '__fish_kitchen_using_command converge' -s c -l concurrency -d "Run a converge against all matching instances concurrently. Only N instances will run at the same time if a number is given. " -complete -c kitchen -f -n '__fish_kitchen_using_command converge' -s p -l parallel -d "[Future DEPRECATION, use --concurrency] Run a converge against all matching instances concurrently. " +complete -c kitchen -f -n '__fish_kitchen_using_command converge' -s c -l concurrency -d "Run converge concurrently, give number for max instances" complete -c kitchen -f -n '__fish_kitchen_using_command converge' -s l -l log_level -d "Set the log level (debug, info, warn, error, fatal)" # converge help @@ -70,33 +67,30 @@ complete -c kitchen -f -n '__fish_kitchen_using_command help' -a converge -d "Ch complete -c kitchen -f -n '__fish_kitchen_using_command converge' -a '(__fish_kitchen_list)' # setup commands -complete -c kitchen -f -n __fish_kitchen_no_command -a setup -d "Change instance state to setup. Prepare to run automated tests. Install busser and related gems on one or more instances" -complete -c kitchen -f -n '__fish_kitchen_using_command setup' -s c -l concurrency -d "Run a setup against all matching instances concurrently. Only N instances will run at the same time if a number is given. " -complete -c kitchen -f -n '__fish_kitchen_using_command setup' -s p -l parallel -d "[Future DEPRECATION, use --concurrency] Run a setup against all matching instances concurrently. " +complete -c kitchen -f -n __fish_kitchen_no_command -a setup -d "Change instance state to setup. Prepare to run automated tests. Install busser" +complete -c kitchen -f -n '__fish_kitchen_using_command setup' -s c -l concurrency -d "Run concurrently, give number for max instances" complete -c kitchen -f -n '__fish_kitchen_using_command setup' -s l -l log_level -d "Set the log level (debug, info, warn, error, fatal)" # setup help -complete -c kitchen -f -n '__fish_kitchen_using_command help' -a setup -d "Change instance state to setup. Prepare to run automated tests. Install busser and related gems on one or more instances" +complete -c kitchen -f -n '__fish_kitchen_using_command help' -a setup -d "Change instance state to setup. Prepare to run automated tests. Install busser" # setup instance-based commands complete -c kitchen -f -n '__fish_kitchen_using_command setup' -a '(__fish_kitchen_list)' # verify commands -complete -c kitchen -f -n __fish_kitchen_no_command -a verify -d "Change instance state to verify. Run automated tests on one or more instances" -complete -c kitchen -f -n '__fish_kitchen_using_command verify' -s c -l concurrency -d "Run a verify against all matching instances concurrently. Only N instances will run at the same time if a number is given. " -complete -c kitchen -f -n '__fish_kitchen_using_command verify' -s p -l parallel -d "[Future DEPRECATION, use --concurrency] Run a verify against all matching instances concurrently. " +complete -c kitchen -f -n __fish_kitchen_no_command -a verify -d "Change instance state to verify. Run automated tests" +complete -c kitchen -f -n '__fish_kitchen_using_command verify' -s c -l concurrency -d "Run concurrently, give number for max instances" complete -c kitchen -f -n '__fish_kitchen_using_command verify' -s l -l log_level -d "Set the log level (debug, info, warn, error, fatal)" # verify help -complete -c kitchen -f -n '__fish_kitchen_using_command help' -a verify -d "Change instance state to verify. Run automated tests on one or more instances" +complete -c kitchen -f -n '__fish_kitchen_using_command help' -a verify -d "Change instance state to verify. Run automated tests" # verify instance-based commands complete -c kitchen -f -n '__fish_kitchen_using_command verify' -a '(__fish_kitchen_list)' # destroy commands complete -c kitchen -f -n __fish_kitchen_no_command -a destroy -d "Change instance state to destroy. Delete all information for one or more instances" -complete -c kitchen -f -n '__fish_kitchen_using_command destroy' -s c -l concurrency -d "Run a destroy against all matching instances concurrently. Only N instances will run at the same time if a number is given. " -complete -c kitchen -f -n '__fish_kitchen_using_command destroy' -s p -l parallel -d "[Future DEPRECATION, use --concurrency] Run a destroy against all matching instances concurrently. " +complete -c kitchen -f -n '__fish_kitchen_using_command destroy' -s c -l concurrency -d "Run concurrently, give number for max instances" complete -c kitchen -f -n '__fish_kitchen_using_command destroy' -s l -l log_level -d "Set the log level (debug, info, warn, error, fatal)" # destroy help @@ -107,8 +101,7 @@ complete -c kitchen -f -n '__fish_kitchen_using_command destroy' -a '(__fish_kit # test commands complete -c kitchen -f -n __fish_kitchen_no_command -a test -d "Test (destroy, create, converge, setup, verify and destroy) one or more instances" -complete -c kitchen -f -n '__fish_kitchen_using_command test' -s c -l concurrency -d "Run a test against all matching instances concurrently. Only N instances will run at the same time if a number is given. " -complete -c kitchen -f -n '__fish_kitchen_using_command test' -s p -l parallel -d "[Future DEPRECATION, use --concurrency] Run a test against all matching instances concurrently. " +complete -c kitchen -f -n '__fish_kitchen_using_command test' -s c -l concurrency -d "Run concurrently, give number for max instances" complete -c kitchen -f -n '__fish_kitchen_using_command test' -s l -l log_level -d "Set the log level (debug, info, warn, error, fatal)" complete -c kitchen -f -n '__fish_kitchen_using_command test' -s d -l destroy -d "Destroy strategy to use after testing (passing, always, never)." complete -c kitchen -f -n '__fish_kitchen_using_command test' -l auto_init -d "Invoke init command if .kitchen.yml is missing" @@ -165,7 +158,7 @@ complete -c kitchen -f -n '__fish_kitchen_using_command init' -s P -l provisione complete -c kitchen -f -n '__fish_kitchen_using_command init' -l create_gemfile -d "Whether or not to create a Gemfile if one does not exist. Default: false " # init help -complete -c kitchen -f -n '__fish_kitchen_using_command help' -a init -d "Adds some configuration to your cookbook so Kitchen can rock" +complete -c kitchen -f -n '__fish_kitchen_using_command help' -a init -d "Add some configuration to your cookbook" # driver commands complete -c kitchen -f -n __fish_kitchen_no_command -a driver -d "Driver subcommands" diff --git a/share/completions/lpinfo.fish b/share/completions/lpinfo.fish index 641eeca5c..1954b39f3 100644 --- a/share/completions/lpinfo.fish +++ b/share/completions/lpinfo.fish @@ -1,8 +1,8 @@ __fish_complete_lpr lpinfo complete -c lpinfo -s l -d 'Shows a "long" listing of devices or drivers' complete -c lpinfo -l device-id -x -d 'Specifies the IEEE-1284 device ID to match when listing drivers with the -m option' -complete -c lpinfo -l exclude-schemes -x -d 'Specifies a comma-separated list of device or PPD schemes that should be excluded from the results' -complete -c lpinfo -l include-schemes -x -d 'Specifies a comma-separated list of device or PPD schemes that should be included in the results' +complete -c lpinfo -l exclude-schemes -x -d 'comma-separated list of device or PPD schemes that should be excluded from the results' +complete -c lpinfo -l include-schemes -x -d 'comma-separated list of device or PPD schemes that should be included in the results' complete -c lpinfo -l language -x -d 'Specifies the language to match when listing drivers with the -m option' complete -c lpinfo -l make-and-model -x -d 'Specifies the make and model to match when listing drivers with the -m option' complete -c lpinfo -l product -x -d 'Specifies the product to match when listing drivers with the -m option' diff --git a/share/completions/magento.fish b/share/completions/magento.fish index b4139878c..2785959f3 100644 --- a/share/completions/magento.fish +++ b/share/completions/magento.fish @@ -407,7 +407,7 @@ __fish_magento_register_command_option cron:run -f -l bootstrap -d "Add or overr # deploy:mode:set # __fish_magento_register_command_option deploy:mode:set -f -a "(__fish_print_magento_deploy_modes)" -d 'Application mode to set. Available are "developer" or "production"' -__fish_magento_register_command_option deploy:mode:set -f -s s -l skip-compilation -d "Skip clearing and regeneration of static content (generated code, preprocessed CSS, and assets in pub/static/)" +__fish_magento_register_command_option deploy:mode:set -f -s s -l skip-compilation -d "Skip regeneration of static content (generated code, preprocessed CSS, assets)" # # dev:source-theme:deploy diff --git a/share/completions/mix.fish b/share/completions/mix.fish index d70046765..a3022b427 100644 --- a/share/completions/mix.fish +++ b/share/completions/mix.fish @@ -159,7 +159,7 @@ complete -f -c mix -n '__fish_mix_using_command phx.gen.schema' -l binary-id -d complete -f -c mix -n '__fish_mix_using_command phx.gen.schema' -l no-binary-id -d "Use normal ids despite the default configuration" complete -f -c mix -n '__fish_mix_using_command phx.gen.schema' -l prefix -d "Specifies a prefix" complete -f -c mix -n '__fish_mix_using_command phx.gen.schema' -l migration -d "Force generation of the migration" -complete -f -c mix -n '__fish_mix_using_command phx.new' -l umbrella -d "Generate an umbrella project, with one application for your domain, and a second application for the web interface." +complete -f -c mix -n '__fish_mix_using_command phx.new' -l umbrella -d "Generate an umbrella project (one app for your domain, a second app for web interface)" complete -f -c mix -n '__fish_mix_using_command phx.new' -l app -d "The name of the OTP application" complete -f -c mix -n '__fish_mix_using_command phx.new' -l module -d "The name of the base module in the generated skeleton" complete -x -c mix -n '__fish_mix_using_command phx.new' -l database -a "postgres mysql mssql sqlite3" -d "Specify the database adapter for Ecto" diff --git a/share/completions/mono.fish b/share/completions/mono.fish index 824bd3931..e46618f19 100644 --- a/share/completions/mono.fish +++ b/share/completions/mono.fish @@ -27,7 +27,7 @@ complete -c mono -l aot -a '(__fish_append , \\ nimt-trampolines\t"Precreate IMT trampolines in the AOT image" \\ ngsharedvt-trampolines\t"Precreate value type generic sharing trampolines in the AOT image" \\ nodebug\t"Instruct the AOT compiler to not output any debugging information" \\ - no-direct-calls\t"Prevent the AOT compiler from generating a direct calls to a method" \\ + no-direct-calls\t"Prevent the AOT compiler from generating direct calls to a method" \\ nrgctx-trampolines\t"Precreate generic sharing trampolines in the AOT image" \\ nrgctx-fetch-trampolines\t"Precreate generic sharing fetch trampolines in the AOT image" \\ ntrampolines\t"Precreate method trampolines in the AOT image" \\ @@ -70,7 +70,7 @@ complete -c mono -l debugger-agent -a '(__fish_append , \\ complete -c mono -l desktop \ -d 'Configure the virtual machine to be better suited for desktop applications' complete -c mono -l full-aot \ - -d 'Prevent from generation any code at runtime and depend exclusively on the code generated from using mono --aot=full previously' + -d 'Depend exclusively on code generated from previous mono --aot=full' complete -c mono -l full-aot-interp \ -d 'Same as --full-aot with fallback to the interpreter' complete -c mono -l gc -a 'boehm\tBoehm sgen\tSGen' -f -d 'Use the Garbage Collector engine' @@ -115,7 +115,7 @@ complete -c mono -l runtime -a '(mono --version)' -f -d 'Use Mono version' complete -c mono -l server -d 'Optimize the virtual machine to be better suited for server operations' complete -c mono -l use-map-jit -d 'Generate code using MAP_JIT on MacOS' complete -c mono -l verify-all \ - -d 'Verify mscorlib and assemblies in the global assembly cache for valid IL, and all user code for IL verifiability' + -d 'Verify mscorlib and assemblies in the cache for valid IL, and user code for IL verifiability' # Development options complete -c mono -l debug -a '(__fish_append , \\ @@ -143,7 +143,7 @@ complete -c mono -l graph \ optcode\t"CFG showing code after IR optimizations"' \ -x -d 'Generate a postscript file with a graph with the details about the specified method' complete -c mono -l ncompile \ - -d 'Instruct the runtime on the number of times that the method(-s) specified by --compile/--compile-all to be compiled' + -d 'Tell runtime to compile methods specified by --compile N times' complete -c mono -l stats \ -d 'Display information about the work done by the runtime during the execution of an application' complete -c mono -l wapi \ diff --git a/share/completions/mvn.fish b/share/completions/mvn.fish index 9349ab827..473b5303d 100644 --- a/share/completions/mvn.fish +++ b/share/completions/mvn.fish @@ -29,7 +29,7 @@ complete -c mvn -f -a 'pre-clean clean post-clean validate initialize generate-s complete -c mvn -f -o am -l also-make -d "If project list is specified, also build projects required by the list" complete -c mvn -f -o amd -l also-make-dependents -d "If project list is specified, also build projects that depend on projects on the list" complete -c mvn -f -o B -l batch-mode -d "Run in non-interactive (batch) mode" -complete -c mvn -r -f -o b -l builder -d "The id of the build strategy to use." +complete -c mvn -r -f -o b -l builder -d "The id of the build strategy to use" complete -c mvn -f -o C -l strict-checksums -d "Fail the build if checksums don't match" complete -c mvn -f -o c -l lax-checksums -d "Warn if checksums don't match" complete -c mvn -f -o cpu -l check-plugin-updates -d "Ineffective, only kept for backward compatibility" @@ -50,13 +50,13 @@ complete -c mvn -f -a "(__fish_mvn_complete_definition)" complete -c mvn -f -o e -l errors -d "Produce execution error messages" complete -c mvn -f -o emp -l encrypt-master-password -d "Encrypt master security password" complete -c mvn -f -o ep -l encrypt-password -d "Encrypt server password" -complete -c mvn -r -o f -l file -d "Force the use of an alternate POM file (or directory with pom.xml)." +complete -c mvn -r -o f -l file -d "Force the use of an alternate POM file (or directory with pom.xml)" complete -c mvn -f -o fae -l fail-at-end -d "Only fail the build afterwards; allow all non-impacted builds to continue" complete -c mvn -f -o ff -l fail-fast -d "Stop at first failure in reactorized builds" complete -c mvn -f -o fn -l fail-never -d "NEVER fail the build, regardless of project result" complete -c mvn -r -o gs -l global-settings -d "Alternate path for the global settings file" complete -c mvn -f -o h -l help -d "Display help information" -complete -c mvn -r -o l -l log-file -d "Log file to where all build output will go." +complete -c mvn -r -o l -l log-file -d "Log file to where all build output will go" complete -c mvn -f -o llr -l legacy-local-repository -d "Use Maven 2 Legacy Local Repository behaviour, ie no use of _remote.repositories" complete -c mvn -f -o N -l non-recursive -d "Do not recurse into sub-projects" complete -c mvn -f -o npr -l no-plugin-registry -d "Ineffective, only kept for backward compatibility" @@ -110,16 +110,16 @@ complete -c mvn -a "clean:clean" -d "Clean the build" complete -c mvn -a "clean:help" -d "Display help information on maven-clean-plugin" complete -c mvn -a "compiler:compile" -d "Compiles application sources" complete -c mvn -a "compiler:help" -d "Display help information on maven-compiler-plugin" -complete -c mvn -a "compiler:testCompile" -d "Compiles application test sources." +complete -c mvn -a "compiler:testCompile" -d "Compiles application test sources" complete -c mvn -a "deploy:help" -d "Display help information on maven-deploy-plugin" -complete -c mvn -a "deploy:deploy-file" -d "Installs the artifact in the remote repository." -complete -c mvn -a "deploy:deploy" -d "Deploys an artifact to remote repository." +complete -c mvn -a "deploy:deploy-file" -d "Installs the artifact in the remote repository" +complete -c mvn -a "deploy:deploy" -d "Deploys an artifact to remote repository" complete -c mvn -a "failsafe:help" -d "Display help information on maven-failsafe-plugin" -complete -c mvn -a "failsafe:integration-test" -d "Run integration tests using Surefire." -complete -c mvn -a "failsafe:verify" -d "Verify integration tests ran using Surefire." -complete -c mvn -a "install:install" -d "Installs the project's main artifact, and any other artifacts attached by other plugins in the lifecycle, to the local repository." +complete -c mvn -a "failsafe:integration-test" -d "Run integration tests using Surefire" +complete -c mvn -a "failsafe:verify" -d "Verify integration tests ran using Surefire" +complete -c mvn -a "install:install" -d "Installs the project's main artifact, and any other artifacts attached by other plugins in the lifecycle, to the local repository" complete -c mvn -a "install:help" -d "Display help information on maven-install-plugin" -complete -c mvn -a "install:install-file" -d "Installs a file in the local repository." +complete -c mvn -a "install:install-file" -d "Installs a file in the local repository" complete -c mvn -a "resources:testResources" -d "Copy resources for the test source code to the test output directory" complete -c mvn -a "resources:copy-resources" -d "Copy resources of the configured plugin attribute resources" complete -c mvn -a "resources:help" -d "Display help information on maven-resources-plugin" @@ -128,46 +128,46 @@ complete -c mvn -a "site:attach-descriptor" -d "Adds the site descriptor (site.x complete -c mvn -a "site:deploy" -d "Deploys the generated site" complete -c mvn -a "site:effective-site" -d "Displays the effective site descriptor" complete -c mvn -a "site:help" -d "Display help information on maven-site-plugin" -complete -c mvn -a "site:jar" -d "Bundles the site output into a JAR so that it can be deployed to a repository." -complete -c mvn -a "site:run" -d "Starts the site up, rendering documents as requested for faster editing. It uses Jetty as the web server." +complete -c mvn -a "site:jar" -d "Bundle the site output into a JAR to deploy" +complete -c mvn -a "site:run" -d "Start the site up, rendering documents as requested for faster editing (with Jetty web server)" complete -c mvn -a "site:site" -d "Generates the site for a single project" complete -c mvn -a "site:stage" -d "Deploys the generated site to a local staging or mock directory" complete -c mvn -a "site:stage-deploy" -d "Deploys the generated site to a staging or mock URL" complete -c mvn -a "surefire:help" -d "Display help information on maven-surefire-plugin" -complete -c mvn -a "surefire:test" -d "Run tests using Surefire." +complete -c mvn -a "surefire:test" -d "Run tests using Surefire" complete -c mvn -a "verifier:help" -d "Display help information on maven-verifier-plugin" -complete -c mvn -a "verifier:verify" -d "Verifies the existence or non-existence of files/directories and optionally checks file content against a regular expression." -complete -c mvn -a "ear:ear" -d "Builds J2EE Enterprise Archive (EAR) files." -complete -c mvn -a "ear:generate-application-xml" -d "Generates the EAR deployment descriptor file(s)." +complete -c mvn -a "verifier:verify" -d "Verify the existence of files and optionally check content against a regex" +complete -c mvn -a "ear:ear" -d "Builds J2EE Enterprise Archive (EAR) files" +complete -c mvn -a "ear:generate-application-xml" -d "Generates the EAR deployment descriptor file(s)" complete -c mvn -a "ear:help" -d "Display help information on maven-ear-plugin" -complete -c mvn -a "ejb:ejb" -d "Build an EJB (and optional client) from the current project." +complete -c mvn -a "ejb:ejb" -d "Build an EJB (and optional client) from the current project" complete -c mvn -a "ejb:help" -d "Display help information on maven-ejb-plugin" complete -c mvn -a "jar:help" -d "Display help information on maven-jar-plugin" -complete -c mvn -a "jar:jar" -d "Build a JAR from the current project." -complete -c mvn -a "jar:test-jar" -d "Build a JAR of the test classes for the current project." +complete -c mvn -a "jar:jar" -d "Build a JAR from the current project" +complete -c mvn -a "jar:test-jar" -d "Build a JAR of the test classes for the current project" complete -c mvn -a "rar:help" -d "Display help information on maven-rar-plugin" -complete -c mvn -a "rar:rar" -d "Builds J2EE Resource Adapter Archive (RAR) files." +complete -c mvn -a "rar:rar" -d "Builds J2EE Resource Adapter Archive (RAR) files" complete -c mvn -a "shade:help" -d "Display help information on maven-shade-plugin" -complete -c mvn -a "shade:shade" -d "Mojo that performs shading delegating to the Shader component." -complete -c mvn -a "source:aggregate" -d "Aggregate sources for all modules in an aggregator project." -complete -c mvn -a "source:jar" -d "This plugin bundles all the sources into a jar archive." +complete -c mvn -a "shade:shade" -d "Mojo that performs shading delegating to the Shader component" +complete -c mvn -a "source:aggregate" -d "Aggregate sources for all modules in an aggregator project" +complete -c mvn -a "source:jar" -d "This plugin bundles all the sources into a jar archive" complete -c mvn -a "source:test-jar-no-fork" -d "This goal bundles all the test sources into a jar archive" -complete -c mvn -a "source:test-jar" -d "This plugin bundles all the test sources into a jar archive." -complete -c mvn -a "source:generated-test-jar" -d "This plugin bundles all the test sources into a jar archive." +complete -c mvn -a "source:test-jar" -d "This plugin bundles all the test sources into a jar archive" +complete -c mvn -a "source:generated-test-jar" -d "This plugin bundles all the test sources into a jar archive" complete -c mvn -a "source:help" -d "Display help information on maven-source-plugin" complete -c mvn -a "source:jar-no-fork" -d "This goal bundles all the sources into a jar archive" -complete -c mvn -a "changelog:changelog" -d "Generate a changelog report." -complete -c mvn -a "changelog:file-activity" -d "Generate a file activity report." -complete -c mvn -a "changelog:dev-activity" -d "Generate a developer activity report." +complete -c mvn -a "changelog:changelog" -d "Generate a changelog report" +complete -c mvn -a "changelog:file-activity" -d "Generate a file activity report" +complete -c mvn -a "changelog:dev-activity" -d "Generate a developer activity report" complete -c mvn -a "changelog:help" -d "Display help information on maven-changelog-plugin" -complete -c mvn -a "changes:changes-validate" -d "Goal which validate the changes.xml file." +complete -c mvn -a "changes:changes-validate" -d "Goal which validate the changes.xml file" complete -c mvn -a "changes:changes-check" -d "Check that changes.xml has the necessary data for a release announcement" -complete -c mvn -a "changes:github-report" -d "Goal which downloads issues from GitHub and generates a report." -complete -c mvn -a "changes:announcement-generate" -d "Goal which generate an announcement from the announcement template." -complete -c mvn -a "changes:trac-report" -d "Goal which downloads issues from the Issue Tracking System and generates a report." -complete -c mvn -a "changes:changes-report" -d "Goal which creates a nicely formatted Changes Report in html format from a changes.xml file." -complete -c mvn -a "changes:announcement-mail" -d "Goal which sends an announcement through email." -complete -c mvn -a "changes:jira-report" -d "Goal which downloads issues from the Issue Tracking System and generates a report." +complete -c mvn -a "changes:github-report" -d "Goal which downloads issues from GitHub and generates a report" +complete -c mvn -a "changes:announcement-generate" -d "Goal which generate an announcement from the announcement template" +complete -c mvn -a "changes:trac-report" -d "Goal which downloads issues from the Issue Tracking System and generates a report" +complete -c mvn -a "changes:changes-report" -d "Goal which creates a nicely formatted Changes Report in html format from a changes.xml file" +complete -c mvn -a "changes:announcement-mail" -d "Goal which sends an announcement through email" +complete -c mvn -a "changes:jira-report" -d "Goal which downloads issues from the Issue Tracking System and generates a report" complete -c mvn -a "changes:help" -d "Display help information on maven-changes-plugin" complete -c mvn -a "checkstyle:check" -d "Perform Checkstyle analysis" complete -c mvn -a "checkstyle:checkstyle" -d "Perform Checkstyle analysis and generate an HTML report" @@ -175,11 +175,11 @@ complete -c mvn -a "checkstyle:checkstyle-aggregate" -d "Perform Checkstyle anal complete -c mvn -a "checkstyle:help" -d "Display help information on maven-checkstyle-plugin" complete -c mvn -a "doap:generate" -d "Generate a Description of a Project (DOAP) file" complete -c mvn -a "doap:help" -d "Display help information on maven-doap-plugin" -complete -c mvn -a "docck:check" -d "Checks a plugin's documentation for the standard minimums." +complete -c mvn -a "docck:check" -d "Checks a plugin's documentation for the standard minimums" complete -c mvn -a "docck:help" -d "Display help information on maven-docck-plugin" -complete -c mvn -a "javadoc:aggregate" -d "Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool." -complete -c mvn -a "javadoc:aggregate-jar" -d "Bundles the Javadoc documentation for main Java code in an aggregator project into a jar using the standard Javadoc Tool." -complete -c mvn -a "javadoc:fix" -d "Fix Javadoc documentation and tags for the Java code for the project. See Where Tags Can Be Used." +complete -c mvn -a "javadoc:aggregate" -d "Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool" +complete -c mvn -a "javadoc:aggregate-jar" -d "Bundles Javadoc for main Java code into a jar" +complete -c mvn -a "javadoc:fix" -d "Fix Javadoc documentation and tags for the Java code for the project. See Where Tags Can Be Used" complete -c mvn -a "javadoc:help" -d "Display help information on maven-javadoc-plugin" complete -c mvn -a "javadoc:jar" -d "Bundle the Javadoc into a jar" complete -c mvn -a "javadoc:javadoc" -d "Generate documentation" @@ -192,51 +192,51 @@ complete -c mvn -a "javadoc:test-jar" -d "Bundles the Javadoc documentation for complete -c mvn -a "javadoc:test-javadoc" -d "Generates documentation for the Java Test code" complete -c mvn -a "javadoc:test-javadoc-no-fork" -d "Generate documentation for the Java Test code" complete -c mvn -a "javadoc:test-resource-bundle" -d "Bundle TestJavadocJar.testJavadocDirectory" -complete -c mvn -a "jxr:aggregate" -d "Generates a combined JXR report in an aggregating project." +complete -c mvn -a "jxr:aggregate" -d "Generates a combined JXR report in an aggregating project" complete -c mvn -a "jxr:help" -d "Display help information on maven-jxr-plugin" -complete -c mvn -a "jxr:jxr" -d "Creates an html-based, cross referenced version of Java source code for a project." -complete -c mvn -a "jxr:test-aggregate" -d "Generates a combined JXR report for test code in an aggregating project." -complete -c mvn -a "jxr:test-jxr" -d "Creates an html-based, cross referenced version of Java source code for a project's test sources." -complete -c mvn -a "linkcheck:linkcheck" -d "Generates a Linkcheck report." +complete -c mvn -a "jxr:jxr" -d "Creates an html-based, cross referenced version of Java source code for a project" +complete -c mvn -a "jxr:test-aggregate" -d "Generates a combined JXR report for test code in an aggregating project" +complete -c mvn -a "jxr:test-jxr" -d "Creates an html-based, cross referenced version of Java source code for a project's test sources" +complete -c mvn -a "linkcheck:linkcheck" -d "Generates a Linkcheck report" complete -c mvn -a "linkcheck:help" -d "Display help information on maven-linkcheck-plugin" -complete -c mvn -a "pmd:check" -d "Fail the build if there were any PMD violations in the source code." -complete -c mvn -a "pmd:cpd" -d "Creates a report for PMD's CPD tool. See http://pmd.sourceforge.net/cpd.html for more detail." -complete -c mvn -a "pmd:cpd-check" -d "Fail the build if there were any CPD violations in the source code." +complete -c mvn -a "pmd:check" -d "Fail the build if there were any PMD violations in the source code" +complete -c mvn -a "pmd:cpd" -d "Creates a report for PMD's CPD tool. See http://pmd.sourceforge.net/cpd.html for more detail" +complete -c mvn -a "pmd:cpd-check" -d "Fail the build if there were any CPD violations in the source code" complete -c mvn -a "pmd:help" -d "Display help information on maven-pmd-plugin" -complete -c mvn -a "pmd:pmd" -d "Creates a PMD report." -complete -c mvn -a "project-info-reports:cim" -d "Generates the Project Continuous Integration System report." -complete -c mvn -a "project-info-reports:dependencies" -d "Generates the Project Dependencies report." -complete -c mvn -a "project-info-reports:dependency-convergence" -d "Generates the Dependency Convergence report for reactor builds." -complete -c mvn -a "project-info-reports:dependency-info" -d "Generates code snippets to be added to build tools." -complete -c mvn -a "project-info-reports:dependency-management" -d "Generates the Project Dependency Management report." -complete -c mvn -a "project-info-reports:distribution-management" -d "Generates the Project Distribution Management report." +complete -c mvn -a "pmd:pmd" -d "Creates a PMD report" +complete -c mvn -a "project-info-reports:cim" -d "Generates the Project Continuous Integration System report" +complete -c mvn -a "project-info-reports:dependencies" -d "Generates the Project Dependencies report" +complete -c mvn -a "project-info-reports:dependency-convergence" -d "Generates the Dependency Convergence report for reactor builds" +complete -c mvn -a "project-info-reports:dependency-info" -d "Generates code snippets to be added to build tools" +complete -c mvn -a "project-info-reports:dependency-management" -d "Generates the Project Dependency Management report" +complete -c mvn -a "project-info-reports:distribution-management" -d "Generates the Project Distribution Management report" complete -c mvn -a "project-info-reports:help" -d "Display help information on maven-project-info-reports-plugin" -complete -c mvn -a "project-info-reports:index" -d "Generates the project index page." -complete -c mvn -a "project-info-reports:issue-tracking" -d "Generates the Project Issue Tracking report." -complete -c mvn -a "project-info-reports:license" -d "Generates the Project License report." -complete -c mvn -a "project-info-reports:mailing-list" -d "Generates the Mailing List report." -complete -c mvn -a "project-info-reports:modules" -d "Generates the Project Modules report." -complete -c mvn -a "project-info-reports:plugin-management" -d "Generates the Project Plugin Management report." -complete -c mvn -a "project-info-reports:plugins" -d "Generates the Project Plugins report." -complete -c mvn -a "project-info-reports:project-team" -d "Generates the Project Team report." -complete -c mvn -a "project-info-reports:scm" -d "Generates the Project Source Code Management (SCM) report." -complete -c mvn -a "project-info-reports:summary" -d "Generates the project information reports summary." +complete -c mvn -a "project-info-reports:index" -d "Generates the project index page" +complete -c mvn -a "project-info-reports:issue-tracking" -d "Generates the Project Issue Tracking report" +complete -c mvn -a "project-info-reports:license" -d "Generates the Project License report" +complete -c mvn -a "project-info-reports:mailing-list" -d "Generates the Mailing List report" +complete -c mvn -a "project-info-reports:modules" -d "Generates the Project Modules report" +complete -c mvn -a "project-info-reports:plugin-management" -d "Generates the Project Plugin Management report" +complete -c mvn -a "project-info-reports:plugins" -d "Generates the Project Plugins report" +complete -c mvn -a "project-info-reports:project-team" -d "Generates the Project Team report" +complete -c mvn -a "project-info-reports:scm" -d "Generates the Project Source Code Management (SCM) report" +complete -c mvn -a "project-info-reports:summary" -d "Generates the project information reports summary" complete -c mvn -a "surefire-report:failsafe-report-only" -d "Create Failsafe Test Report html " complete -c mvn -a "surefire-report:help" -d "Display help information on maven-surefire-report-plugin" complete -c mvn -a "surefire-report:report" -d "Create Surefire Test Report html" complete -c mvn -a "surefire-report:report-only" -d "Create Surefire Test Report html" -complete -c mvn -a "ant:ant" -d "Generate Ant build files." -complete -c mvn -a "ant:clean" -d "Clean all Ant build files." +complete -c mvn -a "ant:ant" -d "Generate Ant build files" +complete -c mvn -a "ant:clean" -d "Clean all Ant build files" complete -c mvn -a "ant:help" -d "Display help information on maven-ant-plugin" complete -c mvn -a "antrun:help" -d "Display help information on maven-antrun-plugin" complete -c mvn -a "antrun:run" -d "Maven AntRun Mojo" -complete -c mvn -a "archetype:crawl" -d "Crawl a Maven repository (filesystem, not HTTP) and creates a catalog file." +complete -c mvn -a "archetype:crawl" -d "Crawl a Maven repository (filesystem, not HTTP) and creates a catalog file" complete -c mvn -a "archetype:create" -d "Retrieve an archetype from the remote repository" complete -c mvn -a "archetype:create-from-project" -d "Creates an archetype project from the current project" complete -c mvn -a "archetype:generate" -d "Generate new project from an archetype, or update project if using a partial archetype" complete -c mvn -a "archetype:help" -d "Display help information on maven-archetype-plugin" complete -c mvn -a "archetype:integration-test" -d "Execute the archetype integration tests" -complete -c mvn -a "archetype:jar" -d "Build a JAR from the current Archetype project." +complete -c mvn -a "archetype:jar" -d "Build a JAR from the current Archetype project" complete -c mvn -a "archetype:update-local-catalog" -d "Updates the local catalog" complete -c mvn -a "assembly:assembly" -d "Assemble an application bundle or distribution using an assembly descriptor from the command line" complete -c mvn -a "assembly:attached" -d "Assemble an application bundle or distribution from an assembly descriptor" @@ -245,67 +245,67 @@ complete -c mvn -a "assembly:directory-inline" -d "Like assembly:attached, but i complete -c mvn -a "assembly:directory-single" -d "Assemble an application bundle or distribution from an assembly descriptor" complete -c mvn -a "assembly:help" -d "Display help information on maven-assembly-plugin" complete -c mvn -a "assembly:single" -d "Assemble an application bundle or distribution from an assembly descriptor" -complete -c mvn -a "assembly:unpack" -d "Unpack project dependencies. Currently supports dependencies of type jar and zip." +complete -c mvn -a "assembly:unpack" -d "Unpack project dependencies. Currently supports dependencies of type jar and zip" complete -c mvn -a "dependency:analyze" -d "Analyzes the dependencies of this project" complete -c mvn -a "dependency:analyze-dep-mgt" -d "Look for dependency mismatches in your dependencyManagement section" complete -c mvn -a "dependency:analyze-duplicate" -d "Determine duplicate dependencies" complete -c mvn -a "dependency:analyze-only" -d "Analyze the dependencies of this project" complete -c mvn -a "dependency:analyze-report" -d "Analyze the dependencies of this project and produce a report" -complete -c mvn -a "dependency:build-classpath" -d "This goal will output a classpath string of dependencies from the local repository to a file or log." -complete -c mvn -a "dependency:copy" -d "Goal that copies a list of artifacts from the repository to defined locations." -complete -c mvn -a "dependency:copy-dependencies" -d "Goal that copies the project dependencies from the repository to a defined location." +complete -c mvn -a "dependency:build-classpath" -d "This goal will output a classpath string of dependencies from the local repository to a file or log" +complete -c mvn -a "dependency:copy" -d "Goal that copies a list of artifacts from the repository to defined locations" +complete -c mvn -a "dependency:copy-dependencies" -d "Goal that copies the project dependencies from the repository to a defined location" complete -c mvn -a "dependency:display-ancestors" -d "Displays all ancestor POMs of the project" complete -c mvn -a "dependency:get" -d "Resolves a single artifact, eventually transitively, from the specified remote repositories" complete -c mvn -a "dependency:go-offline" -d "Resolve all project dependencies" complete -c mvn -a "dependency:help" -d "Display help information on maven-dependency-plugin" -complete -c mvn -a "dependency:list" -d "Displays the list of dependencies for this project." +complete -c mvn -a "dependency:list" -d "Displays the list of dependencies for this project" complete -c mvn -a "dependency:list-repositories" -d "Resolve all project dependencies and then lists the repositories used" complete -c mvn -a "dependency:properties" -d "Set a property pointing to the artifact file for each project dependency" -complete -c mvn -a "dependency:purge-local-repository" -d "Remove the project dependencies from the local repository, and optionally re-resolve them." +complete -c mvn -a "dependency:purge-local-repository" -d "Remove the project dependencies from the local repository, and optionally re-resolve them" complete -c mvn -a "dependency:resolve" -d "Resolve project dependencies" -complete -c mvn -a "dependency:resolve-plugins" -d "Goal that resolves all project plugins and reports and their dependencies." -complete -c mvn -a "dependency:sources" -d "Goal that resolves the project source dependencies from the repository." -complete -c mvn -a "dependency:tree" -d "Displays the dependency tree for this project." -complete -c mvn -a "dependency:unpack" -d "Goal that retrieves a list of artifacts from the repository and unpacks them in a defined location." -complete -c mvn -a "dependency:unpack-dependencies" -d "Goal that unpacks the project dependencies from the repository to a defined location." -complete -c mvn -a "enforcer:display-info" -d "This goal displays the current platform information." -complete -c mvn -a "enforcer:enforce" -d "This goal executes the defined enforcer-rules once per module." +complete -c mvn -a "dependency:resolve-plugins" -d "Goal that resolves all project plugins and reports and their dependencies" +complete -c mvn -a "dependency:sources" -d "Goal that resolves the project source dependencies from the repository" +complete -c mvn -a "dependency:tree" -d "Displays the dependency tree for this project" +complete -c mvn -a "dependency:unpack" -d "Goal that retrieves a list of artifacts from the repository and unpacks them in a defined location" +complete -c mvn -a "dependency:unpack-dependencies" -d "Goal that unpacks the project dependencies from the repository to a defined location" +complete -c mvn -a "enforcer:display-info" -d "This goal displays the current platform information" +complete -c mvn -a "enforcer:enforce" -d "This goal executes the defined enforcer-rules once per module" complete -c mvn -a "enforcer:help" -d "Display help information on maven-enforcer-plugin" complete -c mvn -a "gpg:help" -d "Display help information on maven-gpg-plugin" -complete -c mvn -a "gpg:sign" -d "Sign project artifact, the POM, and attached artifacts with GnuPG for deployment." -complete -c mvn -a "gpg:sign-and-deploy-file" -d "Signs artifacts and installs the artifact in the remote repository." -complete -c mvn -a "help:expressions" -d "Displays the supported Plugin expressions used by Maven." -complete -c mvn -a "help:active-profiles" -d "Displays a list of the profiles which are currently active for this build." +complete -c mvn -a "gpg:sign" -d "Sign project artifact, the POM, and attached artifacts with GnuPG for deployment" +complete -c mvn -a "gpg:sign-and-deploy-file" -d "Signs artifacts and installs the artifact in the remote repository" +complete -c mvn -a "help:expressions" -d "Displays the supported Plugin expressions used by Maven" +complete -c mvn -a "help:active-profiles" -d "Displays a list of the profiles which are currently active for this build" complete -c mvn -a "help:effective-settings" -d "Displays the calculated settings as XML for this project" -complete -c mvn -a "help:system" -d "Displays a list of the platform details like system properties and environment variables." -complete -c mvn -a "help:effective-pom" -d "Displays the effective POM as an XML for this build, with the active profiles factored in." +complete -c mvn -a "help:system" -d "Displays a list of the platform details like system properties and environment variables" +complete -c mvn -a "help:effective-pom" -d "Displays the effective POM as an XML for this build, with the active profiles factored in" complete -c mvn -a "help:help" -d "Display help information on maven-help-plugin" complete -c mvn -a "help:all-profiles" -d "Displays a list of available profiles under the current project" -complete -c mvn -a "help:describe" -d "Displays a list of the attributes for a Maven Plugin and/or goals (aka Mojo - Maven plain Old Java Object)." -complete -c mvn -a "help:evaluate" -d "Evaluates Maven expressions given by the user in an interactive mode." +complete -c mvn -a "help:describe" -d "Displays the attributes for a Maven Plugin / goals (aka Mojo - Maven plain Old Java Object)" +complete -c mvn -a "help:evaluate" -d "Evaluates Maven expressions given by the user in an interactive mode" complete -c mvn -a "invoker:help" -d "Display help information on maven-invoker-plugin" complete -c mvn -a "invoker:install" -d "Installs the project artifacts of the main build into the local repository" -complete -c mvn -a "invoker:integration-test" -d "Searches for integration test Maven projects, and executes each, collecting a log in the project directory" +complete -c mvn -a "invoker:integration-test" -d "Execute integration test Maven projects, collecting a log in the project directory" complete -c mvn -a "invoker:report" -d "Generate a report based on the results of the Maven invocations" -complete -c mvn -a "invoker:run" -d "Searches for integration test Maven projects, and executes each, collecting a log in the project directory, and outputting the results to the command line." -complete -c mvn -a "invoker:verify" -d "Checks the results of maven-invoker-plugin based integration tests and fails the build if any tests failed." +complete -c mvn -a "invoker:run" -d "Execute integration test Maven projects, collect a log, and output the results" +complete -c mvn -a "invoker:verify" -d "Check the results of maven-invoker-plugin integration tests" complete -c mvn -a "jarsigner:help" -d "Display help information on maven-jarsigner-plugin" -complete -c mvn -a "jarsigner:sign" -d "Signs a project artifact and attachments using jarsigner." -complete -c mvn -a "jarsigner:verify" -d "Checks the signatures of a project artifact and attachments using jarsigner." -complete -c mvn -a "patch:apply" -d "Apply one or more patches to project sources." +complete -c mvn -a "jarsigner:sign" -d "Signs a project artifact and attachments using jarsigner" +complete -c mvn -a "jarsigner:verify" -d "Checks the signatures of a project artifact and attachments using jarsigner" +complete -c mvn -a "patch:apply" -d "Apply one or more patches to project sources" complete -c mvn -a "patch:help" -d "Display help information on maven-patch-plugin" complete -c mvn -a "pdf:help" -d "Display help information on maven-pdf-plugin" -complete -c mvn -a "pdf:pdf" -d "Generates a PDF document for a project." -complete -c mvn -a "plugin:updateRegistry" -d "Update the user plugin registry (if it's in use) to reflect the version we're installing." -complete -c mvn -a "plugin:report" -d "Generates the Plugin's documentation report." -complete -c mvn -a "plugin:xdoc" -d "Generate Xdoc files for the project mojos or goals." +complete -c mvn -a "pdf:pdf" -d "Generates a PDF document for a project" +complete -c mvn -a "plugin:updateRegistry" -d "Update the user plugin registry (if it's in use) to reflect the version we're installing" +complete -c mvn -a "plugin:report" -d "Generates the Plugin's documentation report" +complete -c mvn -a "plugin:xdoc" -d "Generate Xdoc files for the project mojos or goals" complete -c mvn -a "plugin:addPluginArtifactMetadata" -d "Inject any plugin-specific artifact metadata to the project's artifact, for subsequent installation and deployment" complete -c mvn -a "plugin:help" -d "Display help information on maven-plugin-plugin" -complete -c mvn -a "plugin:helpmojo" -d "Generates a HelpMojo class." +complete -c mvn -a "plugin:helpmojo" -d "Generates a HelpMojo class" complete -c mvn -a "plugin:descriptor" -d "Generate a plugin descriptor" complete -c mvn -a "release:perform" -d "Perform a release from SCM" complete -c mvn -a "release:rollback" -d "Rollback changes made by a previous release" -complete -c mvn -a "release:prepare-with-pom" -d "Prepare for a release in SCM, fully resolving dependencies for the purpose of producing a 'release POM'." +complete -c mvn -a "release:prepare-with-pom" -d "Prepare for a release in SCM, fully resolving dependencies for the purpose of producing a 'release POM'" complete -c mvn -a "release:stage" -d "Perform a release from SCM to a staging repository" complete -c mvn -a "release:update-versions" -d "Update the POM versions for a project" complete -c mvn -a "release:prepare" -d "Prepare for a release in SCM" @@ -314,105 +314,105 @@ complete -c mvn -a "release:help" -d "Display help information on maven-release- complete -c mvn -a "release:branch" -d "Branch a project in SCM" complete -c mvn -a "remote-resources:process" -d "Pull down resourceBundles containing remote resources and process the resources contained inside" complete -c mvn -a "remote-resources:help" -d "Display help information on maven-remote-resources-plugin" -complete -c mvn -a "remote-resources:bundle" -d "Bundle up resources that should be considered as a remote-resource." -complete -c mvn -a "repository:bundle-create" -d "Goal which creates an upload bundle for a project built with Maven." +complete -c mvn -a "remote-resources:bundle" -d "Bundle up resources that should be considered as a remote-resource" +complete -c mvn -a "repository:bundle-create" -d "Goal which creates an upload bundle for a project built with Maven" complete -c mvn -a "repository:bundle-pack" -d "Packs artifacts already available in a local repository in a bundle for an upload requests" complete -c mvn -a "repository:help" -d "Display help information on maven-repository-plugin" -complete -c mvn -a "scm:status" -d "Display the modification status of the files in the configured scm url." -complete -c mvn -a "scm:branch" -d "Branch the project." -complete -c mvn -a "scm:validate" -d "Validate scm connection string." -complete -c mvn -a "scm:checkin" -d "Commit changes to the configured scm url." -complete -c mvn -a "scm:diff" -d "Display the difference of the working copy with the latest copy in the configured scm url." -complete -c mvn -a "scm:update" -d "Update the local working copy with the latest source from the configured scm url." -complete -c mvn -a "scm:add" -d "Add a file set to the project." -complete -c mvn -a "scm:remove" -d "Mark a set of files for deletion." -complete -c mvn -a "scm:unedit" -d "Unedit/unlock a set of files." -complete -c mvn -a "scm:bootstrap" -d "Pull the project source from the configured scm and execute the configured goals." -complete -c mvn -a "scm:checkout" -d "Get a fresh copy of the latest source from the configured scm url." -complete -c mvn -a "scm:tag" -d "Tag the project." -complete -c mvn -a "scm:edit" -d "Edit/lock a set of files." +complete -c mvn -a "scm:status" -d "Display the modification status of the files in the configured scm url" +complete -c mvn -a "scm:branch" -d "Branch the project" +complete -c mvn -a "scm:validate" -d "Validate scm connection string" +complete -c mvn -a "scm:checkin" -d "Commit changes to the configured scm url" +complete -c mvn -a "scm:diff" -d "Display the difference of the working copy with the latest copy in the configured scm url" +complete -c mvn -a "scm:update" -d "Update the local working copy with the latest source from the configured scm url" +complete -c mvn -a "scm:add" -d "Add a file set to the project" +complete -c mvn -a "scm:remove" -d "Mark a set of files for deletion" +complete -c mvn -a "scm:unedit" -d "Unedit/unlock a set of files" +complete -c mvn -a "scm:bootstrap" -d "Pull the project source from the configured scm and execute the configured goals" +complete -c mvn -a "scm:checkout" -d "Get a fresh copy of the latest source from the configured scm url" +complete -c mvn -a "scm:tag" -d "Tag the project" +complete -c mvn -a "scm:edit" -d "Edit/lock a set of files" complete -c mvn -a "scm:check-local-modification" -d "This mojo will fail the build if there is any local modifications" -complete -c mvn -a "scm:list" -d "Get the list of project files." -complete -c mvn -a "scm:changelog" -d "Dump changelog contents to console. It is mainly used to test maven-scm-api's changelog command." +complete -c mvn -a "scm:list" -d "Get the list of project files" +complete -c mvn -a "scm:changelog" -d "Dump changelog contents to console. It is mainly used to test maven-scm-api's changelog command" complete -c mvn -a "scm:help" -d "Display help information on maven-scm-plugin" -complete -c mvn -a "scm:export" -d "Get a fresh exported copy of the latest source from the configured scm url." +complete -c mvn -a "scm:export" -d "Get a fresh exported copy of the latest source from the configured scm url" complete -c mvn -a "scm:update-subprojects" -d "Updates all projects in a multi project build" complete -c mvn -a "scm-publish:publish-scm" -d "Publish a content to scm" complete -c mvn -a "scm-publish:help" -d "Display help information on maven-scm-publish-plugin" -complete -c mvn -a "scm-publish:scmpublish" -d "Empty goal, provided only to set loose the lifecycle." -complete -c mvn -a "stage:copy" -d "Copies artifacts from one repository to another repository." +complete -c mvn -a "scm-publish:scmpublish" -d "Empty goal, provided only to set loose the lifecycle" +complete -c mvn -a "stage:copy" -d "Copies artifacts from one repository to another repository" complete -c mvn -a "stage:help" -d "Display help information on maven-stage-plugin" complete -c mvn -a "toolchains:help" -d "Display help information on maven-toolchains-plugin" complete -c mvn -a "toolchains:toolchain" -d "Check that toolchains requirements are met by currently configured toolchains" -complete -c mvn -a "eclipse:clean" -d "Deletes the .project, .classpath, .wtpmodules files and .settings folder used by Eclipse." +complete -c mvn -a "eclipse:clean" -d "Deletes the .project, .classpath, .wtpmodules files and .settings folder used by Eclipse" complete -c mvn -a "eclipse:configure-workspace" -d "Configure Eclipse Workspace features" complete -c mvn -a "eclipse:eclipse" -d "Generate Eclipse configuration files" complete -c mvn -a "eclipse:help" -d "Display help information on maven-eclipse-plugin" -complete -c mvn -a "eclipse:install-plugins" -d "Install plugins resolved from the Maven repository system into an Eclipse instance." +complete -c mvn -a "eclipse:install-plugins" -d "Install plugins resolved from the Maven repository system into an Eclipse instance" complete -c mvn -a "eclipse:myeclipse" -d "Generates MyEclipse configuration files" complete -c mvn -a "eclipse:myeclipse-clean" -d "Deletes configuration files used by MyEclipse" -complete -c mvn -a "eclipse:rad" -d "Generates the rad-6 configuration files." +complete -c mvn -a "eclipse:rad" -d "Generates the rad-6 configuration files" complete -c mvn -a "eclipse:rad-clean" -d "Deletes the config files used by Rad-6. the files .j2ee and the file .websettings" -complete -c mvn -a "eclipse:remove-cache" -d "Removes the not-available marker files from the repository." -complete -c mvn -a "eclipse:resolve-workspace-dependencies" -d "For all projects currently part of the workspace, all references to the M2_REPO classpath variable are resolved" +complete -c mvn -a "eclipse:remove-cache" -d "Removes the not-available marker files from the repository" +complete -c mvn -a "eclipse:resolve-workspace-dependencies" -d "For the entire workspace: resolve references to the M2_REPO classpath variable" complete -c mvn -a "eclipse:to-maven" -d "Add eclipse artifacts from an eclipse installation to the local repo" -complete -c mvn -a "jboss-packaging:har-exploded" -d "Builds a deployable JBoss Hibernate exploded Archive." -complete -c mvn -a "jboss-packaging:esb" -d "Builds a deployable JBoss ESB Archive." -complete -c mvn -a "jboss-packaging:esb-exploded" -d "Builds a deployable JBoss ESB exploded Archive." -complete -c mvn -a "jboss-packaging:aop" -d "Builds a deployable JBoss AOP Archive." -complete -c mvn -a "jboss-packaging:spring" -d "Builds a deployable JBoss Spring Archive." +complete -c mvn -a "jboss-packaging:har-exploded" -d "Builds a deployable JBoss Hibernate exploded Archive" +complete -c mvn -a "jboss-packaging:esb" -d "Builds a deployable JBoss ESB Archive" +complete -c mvn -a "jboss-packaging:esb-exploded" -d "Builds a deployable JBoss ESB exploded Archive" +complete -c mvn -a "jboss-packaging:aop" -d "Builds a deployable JBoss AOP Archive" +complete -c mvn -a "jboss-packaging:spring" -d "Builds a deployable JBoss Spring Archive" complete -c mvn -a "jboss-packaging:har" -d "Builds a deployable JBoss Hibernate Archive" complete -c mvn -a "jboss-packaging:help" -d "Display help information on jboss-packaging-maven-plugin" -complete -c mvn -a "jboss-packaging:par" -d "Builds a deployable JBoss Process Archive." -complete -c mvn -a "jboss-packaging:sar" -d "Builds a deployable JBoss Service Archive." -complete -c mvn -a "jboss-packaging:sar-inplace" -d "Builds a deployable JBoss Service in place exploded Archive." -complete -c mvn -a "jboss-packaging:sar-exploded" -d "Builds a deployable JBoss Service exploded Archive." -complete -c mvn -a "was6:wsAdmin" -d "The wsadmin goal executes the WebSphere command-line administration tool with the specified arguments." +complete -c mvn -a "jboss-packaging:par" -d "Builds a deployable JBoss Process Archive" +complete -c mvn -a "jboss-packaging:sar" -d "Builds a deployable JBoss Service Archive" +complete -c mvn -a "jboss-packaging:sar-inplace" -d "Builds a deployable JBoss Service in place exploded Archive" +complete -c mvn -a "jboss-packaging:sar-exploded" -d "Builds a deployable JBoss Service exploded Archive" +complete -c mvn -a "was6:wsAdmin" -d "The wsadmin goal executes the WebSphere command-line administration tool with the specified arguments" complete -c mvn -a "was6:wsListApps" -d "Lists all the applications installed on a WebSphere Server or Cell" complete -c mvn -a "was6:wsStartServer" -d "Starts a standalone server instance" complete -c mvn -a "was6:wsStartApp" -d "Start an application on a WebSphere Server or in a WebSphere Cell" -complete -c mvn -a "was6:clean" -d "Cleans out temporary resources and generated sources." +complete -c mvn -a "was6:clean" -d "Cleans out temporary resources and generated sources" complete -c mvn -a "was6:wsStopServer" -d "Stop a standalone server instance" complete -c mvn -a "was6:wsStopApp" -d "Stop an application on a WebSphere Server or in a WebSphere Cell" -complete -c mvn -a "was6:servicedeploy" -d "Executes the ServiceDeploy command against an archive file (Ear, Zip or Jar) to produce an ear file that can be deployed on Process Server" -complete -c mvn -a "was6:installApp" -d "Installs an EAR into WebSphere Application Server." +complete -c mvn -a "was6:servicedeploy" -d "Executes ServiceDeploy command on archive (Ear, Zip or Jar), produce a deployable ear file" +complete -c mvn -a "was6:installApp" -d "Installs an EAR into WebSphere Application Server" complete -c mvn -a "was6:wsDefaultBindings" -d "Generate default IBM WebSphere Bindings for the specified EAR file" -complete -c mvn -a "was6:endpointEnabler" -d "Executes the endpoint enabler ant task on the EAR archive." -complete -c mvn -a "was6:wsdl2java" -d "Creates Java classes and deployment descriptor templates from a Web Services Description Language (WSDL) file" +complete -c mvn -a "was6:endpointEnabler" -d "Executes the endpoint enabler ant task on the EAR archive" +complete -c mvn -a "was6:wsdl2java" -d "Creates Java classes and deployment descriptor templates from a WSDL file" complete -c mvn -a "was6:help" -d "Display help information on was6-maven-plugin" complete -c mvn -a "was6:ejbdeploy" -d "Generates EJB RMIC stub sources" complete -c mvn -a "was6:wsUninstallApp" -d "Uninstall an existing application from a WebSphere Server or Cell" -complete -c mvn -a "weblogic:stop" -d "Stop an artifact on Weblogic server(s) or cluster(s)." -complete -c mvn -a "weblogic:start" -d "Start an artifact on Weblogic server(s) or cluster(s)." -complete -c mvn -a "weblogic:undeploy" -d "Undeploy artifacts from Weblogic server(s) or cluster(s)." -complete -c mvn -a "weblogic:appc" -d "Run the weblogic appc compiler against an artifact." +complete -c mvn -a "weblogic:stop" -d "Stop an artifact on Weblogic server(s) or cluster(s)" +complete -c mvn -a "weblogic:start" -d "Start an artifact on Weblogic server(s) or cluster(s)" +complete -c mvn -a "weblogic:undeploy" -d "Undeploy artifacts from Weblogic server(s) or cluster(s)" +complete -c mvn -a "weblogic:appc" -d "Run the weblogic appc compiler against an artifact" complete -c mvn -a "weblogic:clientgen9" -d "Runs Client Gen on a given WSDL" -complete -c mvn -a "weblogic:listapps" -d "List the atifacts on Weblogic server(s) or cluster(s)." +complete -c mvn -a "weblogic:listapps" -d "List the atifacts on Weblogic server(s) or cluster(s)" complete -c mvn -a "weblogic:help" -d "Display help information on weblogic-maven-plugin" complete -c mvn -a "weblogic:wsdlgen" -d "This class generates wsdl from ear/war package" -complete -c mvn -a "weblogic:redeploy" -d "Redeploy artifact on Weblogic server(s) or cluster(s)." -complete -c mvn -a "weblogic:jwsc" -d "Runs the JWSC compiler task for web service enabled code." -complete -c mvn -a "weblogic:servicegen" -d "Runs Service Gen on a given WSDL." -complete -c mvn -a "weblogic:deploy" -d "Deploy an artifact to Weblogic servers(s) or cluster(s)." +complete -c mvn -a "weblogic:redeploy" -d "Redeploy artifact on Weblogic server(s) or cluster(s)" +complete -c mvn -a "weblogic:jwsc" -d "Runs the JWSC compiler task for web service enabled code" +complete -c mvn -a "weblogic:servicegen" -d "Runs Service Gen on a given WSDL" +complete -c mvn -a "weblogic:deploy" -d "Deploy an artifact to Weblogic servers(s) or cluster(s)" complete -c mvn -a "antlr:help" -d "Display help information on antlr-maven-plugin" -complete -c mvn -a "antlr:html" -d "Generates Antlr documentation from grammar files." -complete -c mvn -a "antlr:generate" -d "Generates files based on grammar files with Antlr tool." -complete -c mvn -a "aspectj:aspectj-report" -d "Creates an AspectJ HTML report using the ajdoc tool and format." -complete -c mvn -a "aspectj:compile" -d "Weaves all main classes." +complete -c mvn -a "antlr:html" -d "Generates Antlr documentation from grammar files" +complete -c mvn -a "antlr:generate" -d "Generates files based on grammar files with Antlr tool" +complete -c mvn -a "aspectj:aspectj-report" -d "Creates an AspectJ HTML report using the ajdoc tool and format" +complete -c mvn -a "aspectj:compile" -d "Weaves all main classes" complete -c mvn -a "aspectj:EclipseAjcMojo" -d "Create eclipse configuration of aspectJ" complete -c mvn -a "aspectj:help" -d "Display help information on aspectj-maven-plugin" -complete -c mvn -a "aspectj:test-compile" -d "Weaves all test classes." -complete -c mvn -a "axistools:java2wsdl" -d "A Plugin for generating WSDL files using Axis Java2WSDL." +complete -c mvn -a "aspectj:test-compile" -d "Weaves all test classes" +complete -c mvn -a "axistools:java2wsdl" -d "A Plugin for generating WSDL files using Axis Java2WSDL" complete -c mvn -a "axistools:help" -d "Display help information on axistools-maven-plugin" -complete -c mvn -a "axistools:wsdl2java" -d "A Plugin for generating stubs for WSDL files using Axis WSDL2Java." +complete -c mvn -a "axistools:wsdl2java" -d "A Plugin for generating stubs for WSDL files using Axis WSDL2Java" complete -c mvn -a "axistools:admin" -d "Utility for turning xml into Axis deployment operations (wraps org.apache.axis.utils.Admin)" complete -c mvn -a "castor:help" -d "Display help information on castor-maven-plugin" -complete -c mvn -a "castor:mappings" -d "A mojo that uses Castor MappingTool to generate mapping files from a set of Classes. MappingTool." -complete -c mvn -a "castor:mapping" -d "A mojo that uses Castor MappingTool to generate mapping files from a single Class. MappingTool." +complete -c mvn -a "castor:mappings" -d "A mojo that uses Castor MappingTool to generate mapping files from a set of Classes. MappingTool" +complete -c mvn -a "castor:mapping" -d "A mojo that uses Castor MappingTool to generate mapping files from a single Class. MappingTool" complete -c mvn -a "castor:generate" -d "A mojo that uses Castor to generate a collection of javabeans from an XSD" -complete -c mvn -a "commons-attributes:compile" -d "Commons-attributes compiler." -complete -c mvn -a "commons-attributes:test-compile" -d "Commons-attributes compiler for tests." -complete -c mvn -a "gwt:debug" -d "Runs the project with a debugger port hook (optionally suspended)." +complete -c mvn -a "commons-attributes:compile" -d "Commons-attributes compiler" +complete -c mvn -a "commons-attributes:test-compile" -d "Commons-attributes compiler for tests" +complete -c mvn -a "gwt:debug" -d "Runs the project with a debugger port hook (optionally suspended)" complete -c mvn -a "gwt:mergewebxml" -d "Merges GWT servlet elements into deployment descriptor (and non GWT servlets into shell)" complete -c mvn -a "gwt:help" -d "Display help information on gwt-maven-plugin" complete -c mvn -a "gwt:compile" -d "Invokes the GWT Compiler" @@ -420,21 +420,21 @@ complete -c mvn -a "gwt:source-jar" -d "Add GWT java source code and module desc complete -c mvn -a "gwt:resources" -d "Copy GWT java source code and module descriptor as resources in the build outputDirectory" complete -c mvn -a "gwt:compile-report" -d "see http://code.google.com/webtoolkit/doc/latest/DevGuideCompileReport.html#Usage" complete -c mvn -a "gwt:css" -d "Creates CSS interfaces for css files" -complete -c mvn -a "gwt:run-codeserver" -d "Runs GWT modules with Super Dev Mode." -complete -c mvn -a "gwt:eclipseTest" -d "Goal which creates Eclipse lauch configurations for GWTTestCases." +complete -c mvn -a "gwt:run-codeserver" -d "Runs GWT modules with Super Dev Mode" +complete -c mvn -a "gwt:eclipseTest" -d "Goal which creates Eclipse lauch configurations for GWTTestCases" complete -c mvn -a "gwt:test" -d "Mimic surefire to run GWTTestCases during integration-test phase, until SUREFIRE-508 is fixed" complete -c mvn -a "gwt:clean" -d "Cleanup the webapp directory for GWT module compilation output" -complete -c mvn -a "gwt:generateAsync" -d "Goal which generate Async interface." -complete -c mvn -a "gwt:i18n" -d "Creates I18N interfaces for constants and messages files." -complete -c mvn -a "gwt:run" -d "Runs the project in the GWT (Classic or Super) Dev Mode for development." -complete -c mvn -a "gwt:eclipse" -d "Goal which creates Eclipse lauch configurations for GWT modules." -complete -c mvn -a "hibernate3:hbm2doc" -d "'hbm2doc' generates html documentation a'la javadoc for the database schema." +complete -c mvn -a "gwt:generateAsync" -d "Goal which generate Async interface" +complete -c mvn -a "gwt:i18n" -d "Creates I18N interfaces for constants and messages files" +complete -c mvn -a "gwt:run" -d "Runs the project in the GWT (Classic or Super) Dev Mode for development" +complete -c mvn -a "gwt:eclipse" -d "Goal which creates Eclipse lauch configurations for GWT modules" +complete -c mvn -a "hibernate3:hbm2doc" -d "'hbm2doc' generates html documentation a'la javadoc for the database schema" complete -c mvn -a "hibernate3:hbm2hbmxml" -d "Generate a set of .hbm files" -complete -c mvn -a "hibernate3:hbm2dao" -d "Generate a set of DAOs." +complete -c mvn -a "hibernate3:hbm2dao" -d "Generate a set of DAOs" complete -c mvn -a "hibernate3:query" -d "Execute a HQL query statements" -complete -c mvn -a "hibernate3:instrument" -d "Goal for 'cglib' or 'javassist' instrumentation." -complete -c mvn -a "hibernate3:run" -d "'AntRun' wrapper." -complete -c mvn -a "hibernate3:hbmtemplate" -d "'hbmtemplate' generic exporter that can be controlled by a user provided template or class." +complete -c mvn -a "hibernate3:instrument" -d "Goal for 'cglib' or 'javassist' instrumentation" +complete -c mvn -a "hibernate3:run" -d "'AntRun' wrapper" +complete -c mvn -a "hibernate3:hbmtemplate" -d "'hbmtemplate' generic exporter that can be controlled by a user provided template or class" complete -c mvn -a "hibernate3:hbm2cfgxml" -d "'hbm2cfgxml' generates a hibernate.cfg.xml" complete -c mvn -a "hibernate3:hbm2ddl" -d "'hbm2ddl' lets you run schemaexport and schemaupdate which generates the appropriate SQL DDL" complete -c mvn -a "hibernate3:help" -d "Display help information on hibernate3-maven-plugin" @@ -442,176 +442,176 @@ complete -c mvn -a "hibernate3:hbmlint" -d "'hbmlint' scans mappings for errors" complete -c mvn -a "hibernate3:hbm2java" -d "'hbm2java' is a java code generator" complete -c mvn -a "idlj:generate-test" -d "Process CORBA IDL test files in IDLJ" complete -c mvn -a "idlj:help" -d "Display help information on idlj-maven-plugin" -complete -c mvn -a "idlj:generate" -d "Process CORBA IDL files in IDLJ." +complete -c mvn -a "idlj:generate" -d "Process CORBA IDL files in IDLJ" complete -c mvn -a "javacc:jjtree" -d "Parses a JJTree grammar file (*.jjt) and transforms it to Java source files and a JavaCC grammar file" -complete -c mvn -a "javacc:jtb" -d "Parses a JTB file and transforms it into source files for an AST and a JavaCC grammar file which automatically builds the AST" +complete -c mvn -a "javacc:jtb" -d "Parses a JTB file and transforms it into source for an AST and a JavaCC grammar" complete -c mvn -a "javacc:jjdoc" -d "JJDoc takes a JavaCC parser specification and produces documentation for the BNF grammar" -complete -c mvn -a "javacc:jtb-javacc" -d "Preprocesses ordinary grammar files (*.jtb) with JTB and passes the output to JavaCC in order to finally generate a parser with parse tree actions" +complete -c mvn -a "javacc:jtb-javacc" -d "Preprocess *.jtb grammar files and generate a parser with parse tree actions" complete -c mvn -a "javacc:help" -d "Display help information on javacc-maven-plugin" -complete -c mvn -a "javacc:jjtree-javacc" -d "Preprocesses decorated grammar files (*.jjt) with JJTree and passes the output to JavaCC in order to finally generate a parser with parse tree actions." -complete -c mvn -a "javacc:javacc" -d "Parses a JavaCC grammar file (*.jj) and transforms it to Java source files. Detailed information about the JavaCC options can be found on the JavaCC website." +complete -c mvn -a "javacc:jjtree-javacc" -d "Preprocess decorated grammar files (*.jjt) and generate a parser with parse tree actions" +complete -c mvn -a "javacc:javacc" -d "Parse a JavaCC grammar file (*.jj) and transform it to Java source files" complete -c mvn -a "jaxb2:help" -d "Display help information on jaxb2-maven-plugin" -complete -c mvn -a "jaxb2:schemagen" -d "Mojo that creates XML schema(s) from compile-scope Java sources or binaries by invoking the JAXB SchemaGenerator" -complete -c mvn -a "jaxb2:testSchemagen" -d "Mojo that creates XML schema(s) from test-scope Java testSources or binaries by invoking the JAXB SchemaGenerator" -complete -c mvn -a "jaxb2:testXjc" -d "Mojo that creates test-scope Java source or binaries from XML schema(s) by invoking the JAXB XJC binding compiler" -complete -c mvn -a "jaxb2:xjc" -d "Mojo that creates compile-scope Java source or binaries from XML schema(s) by invoking the JAXB XJC binding compiler" +complete -c mvn -a "jaxb2:schemagen" -d "Mojo that creates XML schema(s) from compile-scope Java sources or binaries" +complete -c mvn -a "jaxb2:testSchemagen" -d "Mojo that creates XML schema(s) from test-scope Java testSources or binaries" +complete -c mvn -a "jaxb2:testXjc" -d "Mojo that creates test-scope Java source or binaries from XML schema" +complete -c mvn -a "jaxb2:xjc" -d "Mojo that creates compile-scope Java source or binaries from XML schema" complete -c mvn -a "jpox:enhance" -complete -c mvn -a "jpox:schema-create" -d "Generates the Schema from the JDO mappings and the enhanced class files." +complete -c mvn -a "jpox:schema-create" -d "Generates the Schema from the JDO mappings and the enhanced class files" complete -c mvn -a "jpox:schema-dbinfo" -d "Provides detailed information about the database - limits and datatypes support" -complete -c mvn -a "jpox:schema-delete" -d "Deletes all database tables required for a set of JDO MetaData files (and enhanced classes) from the database schema." -complete -c mvn -a "jpox:schema-info" -d "Provides a detailed information about the database schema. The output is written to console/terminal. " -complete -c mvn -a "jpox:schema-validate" -d "Validates all database tables required for a set of JDO MetaData files (and classes) for correct structure" -complete -c mvn -a "jslint:test-jslint" -d "Goal which reports on the test source files using JSLint." -complete -c mvn -a "jslint:jslint" -d "Goal which reports on the source files using JSLint." +complete -c mvn -a "jpox:schema-delete" -d "Deletes all database tables required for a set of JDO MetaData files from the database schema" +complete -c mvn -a "jpox:schema-info" -d "Provides a detailed information about the database schema" +complete -c mvn -a "jpox:schema-validate" -d "Validates database tables required for a set of JDO MetaData files for correct structure" +complete -c mvn -a "jslint:test-jslint" -d "Goal which reports on the test source files using JSLint" +complete -c mvn -a "jslint:jslint" -d "Goal which reports on the source files using JSLint" complete -c mvn -a "jslint:help" -d "Display help information on jslint-maven-plugin" -complete -c mvn -a "js-import:test-generate-html" -d "Test goal implementation of the generate html mojo." -complete -c mvn -a "js-import:generate-html" -d "Main goal implementation of the generate html mojo." -complete -c mvn -a "js-import:test-import-js" -d "Test goal implementation of the import mojo." -complete -c mvn -a "js-import:import-js" -d "Main goal implementation of the import mojo." +complete -c mvn -a "js-import:test-generate-html" -d "Test goal implementation of the generate html mojo" +complete -c mvn -a "js-import:generate-html" -d "Main goal implementation of the generate html mojo" +complete -c mvn -a "js-import:test-import-js" -d "Test goal implementation of the import mojo" +complete -c mvn -a "js-import:import-js" -d "Main goal implementation of the import mojo" complete -c mvn -a "js-import:help" -d "Display help information on js-import-maven-plugin" complete -c mvn -a "jspc:compile" complete -c mvn -a "jspc:testCompile" -complete -c mvn -a "openjpa:test-enhance" -d "Processes Application model classes and enhances them by running Open JPA Enhancer tool." +complete -c mvn -a "openjpa:test-enhance" -d "Processes Application model classes and enhances them by running Open JPA Enhancer tool" complete -c mvn -a "openjpa:help" -d "Display help information on openjpa-maven-plugin" complete -c mvn -a "openjpa:enhance" -d "Processes Application model classes and enhances them by running Open JPA Enhancer tool" -complete -c mvn -a "openjpa:schema" -d "Executes the schema generation via the OpenJPA MappingTool." -complete -c mvn -a "openjpa:sql" -d "Executes the SQL generation via the OpenJPA MappingTool." +complete -c mvn -a "openjpa:schema" -d "Executes the schema generation via the OpenJPA MappingTool" +complete -c mvn -a "openjpa:sql" -d "Executes the SQL generation via the OpenJPA MappingTool" complete -c mvn -a "rmic:help" -d "Display help information on rmic-maven-plugin" complete -c mvn -a "rmic:test-rmic" -d "Compiles rmi stubs and skeleton classes from a remote implementation class" -complete -c mvn -a "rmic:rmic" -d "Compiles rmi stubs and skeleton classes from a remote implementation class." -complete -c mvn -a "rmic:package" -d "Creates a jar containing the rmic generated classes." -complete -c mvn -a "sablecc:generate" -d "A plugin for processing grammar files in SableCC." -complete -c mvn -a "sqlj:sqlj" -d "Translates SQLJ source code using the SQLJ Translator." -complete -c mvn -a "sqlj:clean" -d "Cleans out generated stale resources." +complete -c mvn -a "rmic:rmic" -d "Compiles rmi stubs and skeleton classes from a remote implementation class" +complete -c mvn -a "rmic:package" -d "Creates a jar containing the rmic generated classes" +complete -c mvn -a "sablecc:generate" -d "A plugin for processing grammar files in SableCC" +complete -c mvn -a "sqlj:sqlj" -d "Translates SQLJ source code using the SQLJ Translator" +complete -c mvn -a "sqlj:clean" -d "Cleans out generated stale resources" complete -c mvn -a "sqlj:help" -d "Display help information on sqlj-maven-plugin" complete -c mvn -a "xdoclet:help" -d "Display help information on xdoclet-maven-plugin" -complete -c mvn -a "xdoclet:xdoclet" -d "Runs XDoclet." -complete -c mvn -a "xmlbeans:xmlbeans-test" -d "A Maven 2 plugin which parses xsd files and produces a corresponding object model based on the Apache XML Beans parser" +complete -c mvn -a "xdoclet:xdoclet" -d "Runs XDoclet" +complete -c mvn -a "xmlbeans:xmlbeans-test" -d "Parse xsd files and produces a corresponding object model based on the Apache XML Beans parser" complete -c mvn -a "xmlbeans:help" -d "Display help information on xmlbeans-maven-plugin" -complete -c mvn -a "xmlbeans:xmlbeans" -d "A Maven 2 plugin which parses xsd files and produces a corresponding object model based on the Apache XML Beans parser" -complete -c mvn -a "nbm:autoupdate" -d "Create the NetBeans auto update site definition." +complete -c mvn -a "xmlbeans:xmlbeans" -d "Parse xsd files and produces a corresponding object model based on the Apache XML Beans parser" +complete -c mvn -a "nbm:autoupdate" -d "Create the NetBeans auto update site definition" complete -c mvn -a "nbm:branding" -d "Package branding resources for NetBeans platform/IDE based application" complete -c mvn -a "nbm:build-installers" -d "Build installers for Mavenized NetBeans application" complete -c mvn -a "nbm:cluster" -d "Create the NetBeans module clusters from reactor" complete -c mvn -a "nbm:cluster-app" -d "Create the NetBeans module clusters/application for the 'nbm-application' packaging projects" complete -c mvn -a "nbm:help" -d "Display help information on nbm-maven-plugin" complete -c mvn -a "nbm:manifest" -d "Goal for generating NetBeans module system specific manifest entries, part of nbm lifecycle/packaging" -complete -c mvn -a "nbm:nbm" -d "Create the NetBeans module artifact (nbm file), part of 'nbm' lifecycle/packaging." +complete -c mvn -a "nbm:nbm" -d "Create the NetBeans module artifact (nbm file), part of 'nbm' lifecycle/packaging" complete -c mvn -a "nbm:run-ide" -d "Run NetBeans IDE with additional custom module clusters, to be used in conjunction with nbm:cluster" complete -c mvn -a "nbm:run-platform" -d "Run a branded application on top of NetBeans Platform" complete -c mvn -a "nbm:standalone-zip" -d "Create a standalone application out of the composed clusters of nbm-application" -complete -c mvn -a "nbm:webstart-app" -d "Create webstartable binaries for a 'nbm-application'." -complete -c mvn -a "clirr:clirr" -d "Generate a report from the Clirr output." -complete -c mvn -a "clirr:check-arbitrary" -d "Check for compatibility between two arbitrary artifact sets." +complete -c mvn -a "nbm:webstart-app" -d "Create webstartable binaries for a 'nbm-application'" +complete -c mvn -a "clirr:clirr" -d "Generate a report from the Clirr output" +complete -c mvn -a "clirr:check-arbitrary" -d "Check for compatibility between two arbitrary artifact sets" complete -c mvn -a "clirr:help" -d "Display help information on clirr-maven-plugin" -complete -c mvn -a "clirr:check" -d "Check for compatibility with previous version." +complete -c mvn -a "clirr:check" -d "Check for compatibility with previous version" complete -c mvn -a "clirr:check-no-fork" -d "Check for compatibility with previous version without forking the project" -complete -c mvn -a "cobertura:check" -d "Check the coverage percentages for unit tests from the last instrumentation, and optionally fail the build if the targets are not met" -complete -c mvn -a "cobertura:check-integration-test" -d "Check the coverage percentages for unit tests and integration tests from the last instrumentation, and optionally fail the build if the targets are not met" -complete -c mvn -a "cobertura:clean" -d "Clean up the files that Cobertura Maven Plugin has created during instrumentation." -complete -c mvn -a "cobertura:cobertura" -d "Instrument the compiled classes, run the unit tests and generate a Cobertura report." -complete -c mvn -a "cobertura:cobertura-integration-test" -d "Instrument the compiled classes, run the unit tests and integration tests and generate a Cobertura report." -complete -c mvn -a "cobertura:dump-datafile" -d "Output the contents of Cobertura's data file to the command line." +complete -c mvn -a "cobertura:check" -d "Check the coverage for unit tests from last instrumentation" +complete -c mvn -a "cobertura:check-integration-test" -d "Check the coverage for unit and integration tests from last instrumentation" +complete -c mvn -a "cobertura:clean" -d "Clean up the files that Cobertura Maven Plugin has created during instrumentation" +complete -c mvn -a "cobertura:cobertura" -d "Instrument the compiled classes, run the unit tests and generate a Cobertura report" +complete -c mvn -a "cobertura:cobertura-integration-test" -d "Instrument compiled classes, run the unit tests and integration tests and generate Cobertura report" +complete -c mvn -a "cobertura:dump-datafile" -d "Output the contents of Cobertura's data file to the command line" complete -c mvn -a "cobertura:help" -d "Display help information on cobertura-maven-plugin" -complete -c mvn -a "cobertura:instrument" -d "Instrument the compiled classes." -complete -c mvn -a "scmchangelog:report" -d "Goal which produces a changelog report based on the Subversion logs." +complete -c mvn -a "cobertura:instrument" -d "Instrument the compiled classes" +complete -c mvn -a "scmchangelog:report" -d "Goal which produces a changelog report based on the Subversion logs" complete -c mvn -a "scmchangelog:help" -d "Display help information on scmchangelog-maven-plugin" complete -c mvn -a "sonar:help" -d "Display help information on sonar-maven-plugin" complete -c mvn -a "sonar:sonar" -d "Analyze project" -complete -c mvn -a "taglist:taglist" -d "Scans the source files for tags and generates a report on their occurrences." +complete -c mvn -a "taglist:taglist" -d "Scans the source files for tags and generates a report on their occurrences" complete -c mvn -a "taglist:help" -d "Display help information on taglist-maven-plugin" complete -c mvn -a "javancss:check" -d "Check the build if for any Method with a ccn greater than a limit in the source code" complete -c mvn -a "javancss:help" -d "Display help information on javancss-maven-plugin" -complete -c mvn -a "javancss:report" -d "Generates a JavaNCSS report based on this module's source code." +complete -c mvn -a "javancss:report" -d "Generates a JavaNCSS report based on this module's source code" complete -c mvn -a "jdepend:generate-no-fork" -d "Run JDepend and generate a site report" complete -c mvn -a "jdepend:help" -d "Display help information on jdepend-maven-plugin" complete -c mvn -a "jdepend:generate" -d "Run JDepend and generate a site report" -complete -c mvn -a "codenarc:codenarc" -d "Create a CodeNarc Report." +complete -c mvn -a "codenarc:codenarc" -d "Create a CodeNarc Report" complete -c mvn -a "codenarc:help" -d "Display help information on codenarc-maven-plugin" complete -c mvn -a "findbugs:check" complete -c mvn -a "findbugs:findbugs" complete -c mvn -a "findbugs:gui" -d "Open the findbugs GUI to browse the report" complete -c mvn -a "findbugs:help" -d "Display help information on findbugs-maven-plugin" -complete -c mvn -a "fitnesse:remotecall" -d "This goal uses the fitnesse.runner.TestRunner class for getting result of a remote FitNesse web page execution" +complete -c mvn -a "fitnesse:remotecall" -d "Use fitnesse.runner.TestRunner class to get result of a remote FitNesse web page execution" complete -c mvn -a "fitnesse:help" -d "Display help information on fitnesse-maven-plugin" -complete -c mvn -a "fitnesse:run" -d "This goal uses the fitnesse.runner.TestRunner class for calling a remote FitNesse web page and executes the tests or suites locally into a forked JVM" +complete -c mvn -a "fitnesse:run" -d "Use fitnesse.runner.TestRunner class to call a remote FitNesse web page and execute the tests locally" complete -c mvn -a "fitnesse:fitnesse" -d "Generates a FitNesse report from a FitNesse web server" -complete -c mvn -a "selenium:start-server" -d "Start the Selenium server." +complete -c mvn -a "selenium:start-server" -d "Start the Selenium server" complete -c mvn -a "selenium:xvfb" -d "Starts an Xvfb instance suitable for handling X11 displays for headless systems" -complete -c mvn -a "selenium:stop-server" -d "Stop the Selenium server." -complete -c mvn -a "selenium:selenese" -d "Run a suite of HTML Selenese tests." +complete -c mvn -a "selenium:stop-server" -d "Stop the Selenium server" +complete -c mvn -a "selenium:selenese" -d "Run a suite of HTML Selenese tests" complete -c mvn -a "selenium:help" -d "Display help information on selenium-maven-plugin" complete -c mvn -a "webtest:help" -d "Display help information on webtest-maven-plugin" -complete -c mvn -a "webtest:verify-filecontent" -d "Allows grepping through a set of files to find particular text strings and fail the build if one or matches are found" +complete -c mvn -a "webtest:verify-filecontent" -d "Grep through a set of files to find text strings and fail build if matches are found" complete -c mvn -a "webtest:clean" -d "Remove temporary data from running the Canoo WebTests" -complete -c mvn -a "webtest:test" -d "Runs a Canoo WebTest defined in an ANT script." +complete -c mvn -a "webtest:test" -d "Runs a Canoo WebTest defined in an ANT script" complete -c mvn -a "webtest:loop" -d "Runs a Canoo WebTest in a loop until an error or failure occurs" -complete -c mvn -a "webtest:info" -d "Prints the configuration settings." -complete -c mvn -a "webtest:report" -d "Creates the HTML report for a test run based on XSLT." +complete -c mvn -a "webtest:info" -d "Prints the configuration settings" +complete -c mvn -a "webtest:report" -d "Creates the HTML report for a test run based on XSLT" complete -c mvn -a "webtest:verify-result" -d "Checks the webtest result file for test failures and throws an exception if one or more tests failed" complete -c mvn -a "chronos-jmeter:jmeter" -d "Invokes JMeter" complete -c mvn -a "chronos-jmeter:check" -d "Checks the latest performancetests to verify that performance targets have been met" complete -c mvn -a "chronos-jmeter:jmetergui" -d "Invokes the JMeter gui" complete -c mvn -a "chronos-jmeter:jmeteroutput" -d "Analyzes output from JMeter" complete -c mvn -a "chronos-jmeter:help" -d "Display help information on chronos-jmeter-maven-plugin" -complete -c mvn -a "chronos-jmeter:savehistory" -d "Save a snapshot of the currently executed test to enable later historic reports." +complete -c mvn -a "chronos-jmeter:savehistory" -d "Save a snapshot of the currently executed test to enable later historic reports" complete -c mvn -a "chronos-surefire:help" -d "Display help information on chronos-surefire-maven-plugin" -complete -c mvn -a "chronos-surefire:collect" -d "Goal which collects the execution of each performed unittest, and compares the execution time to previous measured execution times for the same test" -complete -c mvn -a "chronos-report:historyreport" -d "Creates a historic report of performance test results." -complete -c mvn -a "chronos-report:report" -d "Creates a report of the currently executed performancetest in html format." +complete -c mvn -a "chronos-surefire:collect" -d "Collect the execution of each performed unittest, and compare the time to previous measured times" +complete -c mvn -a "chronos-report:historyreport" -d "Creates a historic report of performance test results" +complete -c mvn -a "chronos-report:report" -d "Creates a report of the currently executed performancetest in html format" complete -c mvn -a "chronos-report:help" -d "Display help information on chronos-report-maven-plugin" -complete -c mvn -a "animal-sniffer:build" -d "Generates an API Signature from at least one of: the java runtime, the module dependencies and the module classes." -complete -c mvn -a "animal-sniffer:check" -d "Checks the classes compiled by this module." +complete -c mvn -a "animal-sniffer:build" -d "Generate API Signature from at least one of: java runtime, module dependencies/module classes" +complete -c mvn -a "animal-sniffer:check" -d "Checks the classes compiled by this module" complete -c mvn -a "animal-sniffer:help" -d "Display help information on animal-sniffer-maven-plugin" -complete -c mvn -a "appassembler:generate-daemons" -d "Generates JSW based daemon wrappers." +complete -c mvn -a "appassembler:generate-daemons" -d "Generates JSW based daemon wrappers" complete -c mvn -a "appassembler:assemble" -d "Assembles the artifacts and generates bin scripts for the configured applications" complete -c mvn -a "appassembler:create-repository" -d "Creates an appassembler repository" complete -c mvn -a "appassembler:help" -d "Display help information on appassembler-maven-plugin" complete -c mvn -a "build-helper:parse-version" -d "Parse a version string and set properties containing the component parts of the version" complete -c mvn -a "build-helper:bsh-property" -d "Define one or many properties as a result of a Beanshell script invocation" -complete -c mvn -a "build-helper:add-resource" -d "Add more resource directories to the POM." -complete -c mvn -a "build-helper:maven-version" -d "Store the maven core version in a property maven.version." -complete -c mvn -a "build-helper:attach-artifact" -d "Attach additional artifacts to be installed and deployed." -complete -c mvn -a "build-helper:add-test-source" -d "Add test source directories to the POM." +complete -c mvn -a "build-helper:add-resource" -d "Add more resource directories to the POM" +complete -c mvn -a "build-helper:maven-version" -d "Store the maven core version in a property maven.version" +complete -c mvn -a "build-helper:attach-artifact" -d "Attach additional artifacts to be installed and deployed" +complete -c mvn -a "build-helper:add-test-source" -d "Add test source directories to the POM" complete -c mvn -a "build-helper:released-version" -d "Resolve the latest released version of this project" complete -c mvn -a "build-helper:local-ip" -d "Retrieve current host IP address and place it under a configurable project property" -complete -c mvn -a "build-helper:reserve-network-port" -d "Reserve a list of random and not in use network ports and place them in a configurable project properties." +complete -c mvn -a "build-helper:reserve-network-port" -d "Reserve a list of random not in use network ports and place them in project properties" complete -c mvn -a "build-helper:remove-project-artifact" -d "Remove project's artifacts from local repository" -complete -c mvn -a "build-helper:add-source" -d "Add more source directories to the POM." -complete -c mvn -a "build-helper:add-test-resource" -d "Add more test resource directories to the POM." +complete -c mvn -a "build-helper:add-source" -d "Add more source directories to the POM" +complete -c mvn -a "build-helper:add-test-resource" -d "Add more test resource directories to the POM" complete -c mvn -a "build-helper:cpu-count" -d "Retrieve number of CPUs with project factor, and place it under a configurable project property" -complete -c mvn -a "build-helper:timestamp-property" -d "Sets a property based on the current date and time." +complete -c mvn -a "build-helper:timestamp-property" -d "Sets a property based on the current date and time" complete -c mvn -a "build-helper:regex-properties" -d "Sets a property by applying a regex replacement rule to a supplied value" -complete -c mvn -a "build-helper:regex-property" -d "Sets a property by applying a regex replacement rule to a supplied value." +complete -c mvn -a "build-helper:regex-property" -d "Sets a property by applying a regex replacement rule to a supplied value" complete -c mvn -a "build-helper:help" -d "Display help information on build-helper-maven-plugin" complete -c mvn -a "buildnumber:create-timestamp" -d "This mojo is designed to give you a timestamp available through one or more properties" complete -c mvn -a "buildnumber:create" -d "This mojo is designed to give you a build number" complete -c mvn -a "buildnumber:help" -d "Display help information on buildnumber-maven-plugin" -complete -c mvn -a "buildnumber:hgchangeset" -d "Goal which sets project properties for changeSet and changeSetDate from the current Mercurial repository." +complete -c mvn -a "buildnumber:hgchangeset" -d "Set project properties for changeSet/changeSetDate from the current hg repository" complete -c mvn -a "cassandra:help" -d "Display help information on cassandra-maven-plugin" -complete -c mvn -a "cassandra:load" -d "Loads a cassandra-cli bscript into a Cassandra instance." -complete -c mvn -a "cassandra:delete" -d "Deletes the Cassandra home directory that we create for running Cassandra." -complete -c mvn -a "cassandra:start-cluster" -d "Starts a Cassandra instance in the background." -complete -c mvn -a "cassandra:cu-load" -d "Loads a CassandraUnit DataSet into a Cassandra instance." -complete -c mvn -a "cassandra:stop-cluster" -d "Stops a background Cassandra instance." -complete -c mvn -a "cassandra:repair" -d "Runs nodetool repair on a Cassandra instance." -complete -c mvn -a "cassandra:cql-exec" -d "Executes cql statements from maven." -complete -c mvn -a "cassandra:stop" -d "Stops a background Cassandra instance." -complete -c mvn -a "cassandra:flush" -d "Runs nodetool flush on a Cassandra instance." -complete -c mvn -a "cassandra:run" -d "Runs Cassandra in the foreground." -complete -c mvn -a "cassandra:start" -d "Starts a Cassandra instance in the background." -complete -c mvn -a "cassandra:cleanup" -d "Runs nodetool cleanup on a Cassandra instance." -complete -c mvn -a "cassandra:compact" -d "Runs nodetool compact on a Cassandra instance." +complete -c mvn -a "cassandra:load" -d "Loads a cassandra-cli bscript into a Cassandra instance" +complete -c mvn -a "cassandra:delete" -d "Deletes the Cassandra home directory that we create for running Cassandra" +complete -c mvn -a "cassandra:start-cluster" -d "Starts a Cassandra instance in the background" +complete -c mvn -a "cassandra:cu-load" -d "Loads a CassandraUnit DataSet into a Cassandra instance" +complete -c mvn -a "cassandra:stop-cluster" -d "Stops a background Cassandra instance" +complete -c mvn -a "cassandra:repair" -d "Runs nodetool repair on a Cassandra instance" +complete -c mvn -a "cassandra:cql-exec" -d "Executes cql statements from maven" +complete -c mvn -a "cassandra:stop" -d "Stops a background Cassandra instance" +complete -c mvn -a "cassandra:flush" -d "Runs nodetool flush on a Cassandra instance" +complete -c mvn -a "cassandra:run" -d "Runs Cassandra in the foreground" +complete -c mvn -a "cassandra:start" -d "Starts a Cassandra instance in the background" +complete -c mvn -a "cassandra:cleanup" -d "Runs nodetool cleanup on a Cassandra instance" +complete -c mvn -a "cassandra:compact" -d "Runs nodetool compact on a Cassandra instance" complete -c mvn -a "ditaot:help" -d "Display help information on ditaot-maven-plugin" -complete -c mvn -a "ditaot:version" -d "Display DITA Open Toolkit's built-in version, with option to insert a custom version found under \${dita.dir}/ditaotVersionPath, via version property to Maven's \${versionName}" -complete -c mvn -a "ditaot:eclipse" -d "Generate http://www.dita-op.org's Eclipse configuration to allow editing, previewing DITA under Eclipse IDE." +complete -c mvn -a "ditaot:version" -d "Display DITA Open Toolkit's built-in version" +complete -c mvn -a "ditaot:eclipse" -d "Generate http://www.dita-op.org's Eclipse configuration to allow editing" complete -c mvn -a "ditaot:print-help" -d "Display DITA Open Toolkit's common Ant properties usage" complete -c mvn -a "ditaot:chm2web" -d "Convert DITA Open Toolkit's Microsoft CHM output file, produced by htmlhelp transtype, to pure HTML set of files" complete -c mvn -a "ditaot:run" -d "Execute DITA Open Toolkit's Ant command line to transform DITA files to desired output format" -complete -c mvn -a "exec:exec" -d "A Plugin for executing external programs." +complete -c mvn -a "exec:exec" -d "A Plugin for executing external programs" complete -c mvn -a "exec:help" -d "Display help information on exec-maven-plugin" -complete -c mvn -a "exec:java" -d "Executes the supplied java class in the current VM with the enclosing project's dependencies as classpath." -complete -c mvn -a "keytool:clean" -d "A Mojo that deletes a generated keystore file." +complete -c mvn -a "exec:java" -d "Executes the supplied java class in the current VM with the enclosing project's dependencies as classpath" +complete -c mvn -a "keytool:clean" -d "A Mojo that deletes a generated keystore file" complete -c mvn -a "keytool:exportCertificate" -d "To export a certificate from a keystore" complete -c mvn -a "keytool:changeKeyPassword" -d "To change the key password of an entry of a keystore" complete -c mvn -a "keytool:generateSecretKey" -d "To generate a secret key into a keystore" @@ -629,148 +629,148 @@ complete -c mvn -a "keytool:changeAlias" -d "To change an entry alias into a key complete -c mvn -a "keytool:printCRLFile" -d "To print the content of a CRL file" complete -c mvn -a "keytool:generateCertificate" -d "To generate certificate from a certificate request from a keystore" complete -c mvn -a "latex:help" -d "Display help information on latex-maven-plugin" -complete -c mvn -a "latex:latex" -d "LaTeX documents building goal." -complete -c mvn -a "license:third-party-report" -d "Generates a report of all third-parties detected in the module." -complete -c mvn -a "license:check-file-header" -d "The goal to check if the state of header on project source files." +complete -c mvn -a "latex:latex" -d "LaTeX documents building goal" +complete -c mvn -a "license:third-party-report" -d "Generates a report of all third-parties detected in the module" +complete -c mvn -a "license:check-file-header" -d "The goal to check if the state of header on project source files" complete -c mvn -a "license:add-third-party" -d "Goal to generate the third-party license file" -complete -c mvn -a "license:update-project-license" -d "Updates (or creates) the main project license file according to the given license defines as licenseName" +complete -c mvn -a "license:update-project-license" -d "Updates (or creates) the license file according to the licenseName" complete -c mvn -a "license:help" -d "Display help information on license-maven-plugin" -complete -c mvn -a "license:aggregate-add-third-party" -d "This goal forks executions of the add-third-party goal for all the leaf projects of the tree of modules below the point where it is executed" -complete -c mvn -a "license:license-list" -d "Display all available licenses." -complete -c mvn -a "license:comment-style-list" -d "Displays all the available comment style to box file headers." +complete -c mvn -a "license:aggregate-add-third-party" -d "Fork executions of add-third-party for the leaf projects of the module tree" +complete -c mvn -a "license:license-list" -d "Display all available licenses" +complete -c mvn -a "license:comment-style-list" -d "Displays all the available comment style to box file headers" complete -c mvn -a "license:update-file-header" -d "The goal to update (or add) the header on project source files" -complete -c mvn -a "license:download-licenses" -d "Download the license files of all the current project's dependencies, and generate a summary file containing a list of all dependencies and their licenses." -complete -c mvn -a "ounce:report" -d "Generate the scan results as part of the site." +complete -c mvn -a "license:download-licenses" -d "Download the license files of all the current project's dependencies, and generate a summary file containing a list of all dependencies and their licenses" +complete -c mvn -a "ounce:report" -d "Generate the scan results as part of the site" complete -c mvn -a "ounce:application" -d "This mojo generates an Ounce application file" -complete -c mvn -a "ounce:scan" -d "This mojo allows an on demand scan of an application and the optional publishing of the results." +complete -c mvn -a "ounce:scan" -d "This mojo allows an on demand scan of an application and the optional publishing of the results" complete -c mvn -a "ounce:project-only" -d "This mojo generates an Ounce project file" complete -c mvn -a "ounce:project" -d "This mojo generates an Ounce project file" complete -c mvn -a "ounce:help" -d "Display help information on ounce-maven-plugin" -complete -c mvn -a "rpm:attached-rpm" -d "Construct the RPM file and attaches it as a secondary artifact." +complete -c mvn -a "rpm:attached-rpm" -d "Construct the RPM file and attaches it as a secondary artifact" complete -c mvn -a "rpm:help" -d "Display help information on rpm-maven-plugin" -complete -c mvn -a "rpm:rpm" -d "Construct the RPM file." -complete -c mvn -a "rpm:version" -d "Makes the rpm version and release attributes available as properties." +complete -c mvn -a "rpm:rpm" -d "Construct the RPM file" +complete -c mvn -a "rpm:version" -d "Makes the rpm version and release attributes available as properties" complete -c mvn -a "siteskinner:skin" -d "Call mvn siteskinner:skin on a maven project" complete -c mvn -a "siteskinner:help" -d "Display help information on siteskinner-maven-plugin" complete -c mvn -a "sql:help" -d "Display help information on sql-maven-plugin" -complete -c mvn -a "sql:execute" -d "Executes SQL against a database." -complete -c mvn -a "truezip:list" -d "List all files in the archive." +complete -c mvn -a "sql:execute" -d "Executes SQL against a database" +complete -c mvn -a "truezip:list" -d "List all files in the archive" complete -c mvn -a "truezip:ls" -d "Display an archive's list to console" complete -c mvn -a "truezip:cp" -d "Copy an archive/directory to another archive/directory" -complete -c mvn -a "truezip:remove" -d "Remove a set of files from an existing archive." -complete -c mvn -a "truezip:copy" -d "Copy a set of files in and out of an existing archive." -complete -c mvn -a "truezip:move" -d "Move a single file or multiple files (via FileSet) between archives or directories." +complete -c mvn -a "truezip:remove" -d "Remove a set of files from an existing archive" +complete -c mvn -a "truezip:copy" -d "Copy a set of files in and out of an existing archive" +complete -c mvn -a "truezip:move" -d "Move a single file or multiple files (via FileSet) between archives or directories" complete -c mvn -a "truezip:help" -d "Display help information on truezip-maven-plugin" -complete -c mvn -a "truezip:update" -d "Update open archives immediately, flush cached data to disk." -complete -c mvn -a "versions:commit" -d "Removes the initial backup of the pom, thereby accepting the changes." -complete -c mvn -a "versions:compare-dependencies" -d "Compare dependency versions of the current project to dependencies or dependency management of a remote repository project" -complete -c mvn -a "versions:dependency-updates-report" -d "Generates a report of available updates for the dependencies of a project." -complete -c mvn -a "versions:display-dependency-updates" -d "Displays all dependencies that have newer versions available." +complete -c mvn -a "truezip:update" -d "Update open archives immediately, flush cached data to disk" +complete -c mvn -a "versions:commit" -d "Removes the initial backup of the pom, thereby accepting the changes" +complete -c mvn -a "versions:compare-dependencies" -d "Compare dependency versions of the current project to dependencies of a remote repository project" +complete -c mvn -a "versions:dependency-updates-report" -d "Generates a report of available updates for the dependencies of a project" +complete -c mvn -a "versions:display-dependency-updates" -d "Displays all dependencies that have newer versions available" complete -c mvn -a "versions:display-parent-updates" -d "Displays any updates of the project's parent project" -complete -c mvn -a "versions:display-plugin-updates" -d "Displays all plugins that have newer versions available." -complete -c mvn -a "versions:display-property-updates" -d "Displays properties that are linked to artifact versions and have updates available." -complete -c mvn -a "versions:force-releases" -d "Replaces any -SNAPSHOT versions with a release version, older if necessary (if there has been a release)." +complete -c mvn -a "versions:display-plugin-updates" -d "Displays all plugins that have newer versions available" +complete -c mvn -a "versions:display-property-updates" -d "Displays properties that are linked to artifact versions and have updates available" +complete -c mvn -a "versions:force-releases" -d "Replace -SNAPSHOT versions with a release version, downgrading if necessary" complete -c mvn -a "versions:help" -d "Display help information on versions-maven-plugin" -complete -c mvn -a "versions:lock-snapshots" -d "Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build" -complete -c mvn -a "versions:plugin-updates-report" -d "Generates a report of available updates for the plugins of a project." -complete -c mvn -a "versions:property-updates-report" -d "Generates a report of available updates for properties of a project which are linked to the dependencies and/or plugins of a project." -complete -c mvn -a "versions:resolve-ranges" -d "Attempts to resolve dependency version ranges to the specific version being used in the build" -complete -c mvn -a "versions:revert" -d "Restores the pom from the initial backup." -complete -c mvn -a "versions:set" -d "Sets the current project's version and based on that change propagates that change onto any child modules as necessary." -complete -c mvn -a "versions:unlock-snapshots" -d "Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build" -complete -c mvn -a "versions:update-child-modules" -d "Scans the current projects child modules, updating the versions of any which use the current project to the version of the current project." -complete -c mvn -a "versions:update-parent" -d "Sets the parent version to the latest parent version." -complete -c mvn -a "versions:update-properties" -d "Sets properties to the latest versions of specific artifacts." -complete -c mvn -a "versions:update-property" -d "Sets a property to the latest version in a given range of associated artifacts." -complete -c mvn -a "versions:use-latest-releases" -d "Replaces any release versions with the latest release version." -complete -c mvn -a "versions:use-latest-snapshots" -d "Replaces any release versions with the latest snapshot version (if it has been deployed)." -complete -c mvn -a "versions:use-latest-versions" -d "Replaces any version with the latest version." -complete -c mvn -a "versions:use-next-releases" -d "Replaces any release versions with the next release version (if it has been released)." -complete -c mvn -a "versions:use-next-snapshots" -d "Replaces any release versions with the next snapshot version (if it has been deployed)." -complete -c mvn -a "versions:use-next-versions" -d "Replaces any version with the latest version." -complete -c mvn -a "versions:use-reactor" -d "Replaces any versions with the corresponding version from the reactor." -complete -c mvn -a "versions:use-releases" -d "Replaces any -SNAPSHOT versions with the corresponding release version (if it has been released)." +complete -c mvn -a "versions:lock-snapshots" -d "Resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build" +complete -c mvn -a "versions:plugin-updates-report" -d "Generates a report of available updates for the plugins of a project" +complete -c mvn -a "versions:property-updates-report" -d "Generates a report of available updates for properties of a project" +complete -c mvn -a "versions:resolve-ranges" -d "Resolve dependency version ranges to the specific version being used in the build" +complete -c mvn -a "versions:revert" -d "Restores the pom from the initial backup" +complete -c mvn -a "versions:set" -d "Sets the current project's version and based on that change propagates that change onto any child modules as necessary" +complete -c mvn -a "versions:unlock-snapshots" -d "Resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build" +complete -c mvn -a "versions:update-child-modules" -d "Scan the current projects child modules, and update versions" +complete -c mvn -a "versions:update-parent" -d "Sets the parent version to the latest parent version" +complete -c mvn -a "versions:update-properties" -d "Sets properties to the latest versions of specific artifacts" +complete -c mvn -a "versions:update-property" -d "Sets a property to the latest version in a given range of associated artifacts" +complete -c mvn -a "versions:use-latest-releases" -d "Replaces any release versions with the latest release version" +complete -c mvn -a "versions:use-latest-snapshots" -d "Replaces any release versions with the latest snapshot version (if it has been deployed)" +complete -c mvn -a "versions:use-latest-versions" -d "Replaces any version with the latest version" +complete -c mvn -a "versions:use-next-releases" -d "Replaces any release versions with the next release version (if it has been released)" +complete -c mvn -a "versions:use-next-snapshots" -d "Replaces any release versions with the next snapshot version (if it has been deployed)" +complete -c mvn -a "versions:use-next-versions" -d "Replaces any version with the latest version" +complete -c mvn -a "versions:use-reactor" -d "Replaces any versions with the corresponding version from the reactor" +complete -c mvn -a "versions:use-releases" -d "Replaces any -SNAPSHOT versions with the corresponding release version (if it has been released)" complete -c mvn -a "vfs:copy" -d "Copy files from one VFS to another VFS" complete -c mvn -a "vfs:help" -d "Display help information on vfs-maven-plugin" -complete -c mvn -a "vfs:list" -d "Display file list of a virtual file system." +complete -c mvn -a "vfs:list" -d "Display file list of a virtual file system" complete -c mvn -a "vfs:merge-maven-repositories" -d "Merge Maven repository from one VFS to another VFS" complete -c mvn -a "vfs:move" -d "Move files from a virtual file system to another" complete -c mvn -a "vfs:remove" -d "Remove files from a virtual file system" -complete -c mvn -a "xml:validate" -d "The ValidatorMojo's task is the validation of XML files against a given schema." +complete -c mvn -a "xml:validate" -d "The ValidatorMojo's task is the validation of XML files against a given schema" complete -c mvn -a "xml:help" -d "Display help information on xml-maven-plugin" -complete -c mvn -a "xml:transform" -d "The TransformMojo is used for transforming a set of files using a common stylesheet." -complete -c mvn -a "nexus-staging:rc-release" -d "Releases a single closed Nexus staging repository into a permanent Nexus repository for general consumption." -complete -c mvn -a "nexus-staging:close" -d "Closes a Nexus staging repository." +complete -c mvn -a "xml:transform" -d "The TransformMojo is used for transforming a set of files using a common stylesheet" +complete -c mvn -a "nexus-staging:rc-release" -d "Release a closed Nexus staging repo into a permanent Nexus repo for general consumption" +complete -c mvn -a "nexus-staging:close" -d "Closes a Nexus staging repository" complete -c mvn -a "nexus-staging:deploy" -d "Alternative deploy mojo, that will select proper DeployStrategy to perform deploys" -complete -c mvn -a "nexus-staging:promote" -d "Promotes a closed Nexus staging repository into a Nexus Build Promotion Profile." -complete -c mvn -a "nexus-staging:deploy-staged" -d "Deploys the (previously) locally staged artifacts from nexus-staging repository, that were staged using DeployMojo and having the DeployMojo.skipRemoteStaging flag set to true." -complete -c mvn -a "nexus-staging:rc-drop" -d "Drops a Nexus staging repository that is either open or closed." -complete -c mvn -a "nexus-staging:rc-promote" -d "Promotes a closed Nexus staging repository into a Nexus Build Promotion Profile." +complete -c mvn -a "nexus-staging:promote" -d "Promotes a closed Nexus staging repository into a Nexus Build Promotion Profile" +complete -c mvn -a "nexus-staging:deploy-staged" -d "Deploy locally staged artifacts from nexus-staging repository" +complete -c mvn -a "nexus-staging:rc-drop" -d "Drops a Nexus staging repository that is either open or closed" +complete -c mvn -a "nexus-staging:rc-promote" -d "Promotes a closed Nexus staging repository into a Nexus Build Promotion Profile" complete -c mvn -a "nexus-staging:help" -d "Display help information on nexus-staging-maven-plugin" -complete -c mvn -a "nexus-staging:drop" -d "Drops a Nexus staging repository that is either open or closed." -complete -c mvn -a "nexus-staging:deploy-staged-repository" -d "Deploys the (previously) staged artifacts from some local repository, that were staged using maven-deploy-plugin together with switch altDeploymentRepository for cases when POM modifications are not possible for some reason" -complete -c mvn -a "nexus-staging:release" -d "Releases a single closed Nexus staging repository into a permanent Nexus repository for general consumption." -complete -c mvn -a "nexus-staging:rc-list" -d "Lists staging repositories accessible by current user available on Nexus." -complete -c mvn -a "nexus-staging:rc-list-profiles" -d "Lists staging profiles accessible by current user available on Nexus." -complete -c mvn -a "nexus-staging:rc-close" -d "Closes a Nexus staging repository." -complete -c mvn -a "appengine:vacuum_indexes" -d "Delete unused indexes from application." -complete -c mvn -a "appengine:devserver_start" -d "Starts the App Engine development server and does not wait." -complete -c mvn -a "appengine:backends_start" -d "Start the specified backend." -complete -c mvn -a "appengine:devserver_stop" -d "Stops the App Engine development server." -complete -c mvn -a "appengine:backends_rollback" -d "Roll back a previously in-progress update." -complete -c mvn -a "appengine:start_module_version" -d "Start the specified module version." -complete -c mvn -a "appengine:migrate_traffic" -d "Change the default version, but more gently than set_default_version." -complete -c mvn -a "appengine:update_dispatch" -d "Update application dispatch.xml." -complete -c mvn -a "appengine:endpoints_get_client_lib" -d "App Engine endpoints get-client-lib … command." -complete -c mvn -a "appengine:debug" -d "Debug the specified VM Runtime instance." -complete -c mvn -a "appengine:set_default_version" -d "Set the default serving version." -complete -c mvn -a "appengine:enhance" -d "Runs the datanucleus enhancer." -complete -c mvn -a "appengine:update" -d "Create or update an app version." +complete -c mvn -a "nexus-staging:drop" -d "Drops a Nexus staging repository that is either open or closed" +complete -c mvn -a "nexus-staging:deploy-staged-repository" -d "Deploy staged artifacts from local repository" +complete -c mvn -a "nexus-staging:release" -d "Release a closed Nexus staging repo into a permanent Nexus repo for general consumption" +complete -c mvn -a "nexus-staging:rc-list" -d "Lists staging repositories accessible by current user available on Nexus" +complete -c mvn -a "nexus-staging:rc-list-profiles" -d "Lists staging profiles accessible by current user available on Nexus" +complete -c mvn -a "nexus-staging:rc-close" -d "Closes a Nexus staging repository" +complete -c mvn -a "appengine:vacuum_indexes" -d "Delete unused indexes from application" +complete -c mvn -a "appengine:devserver_start" -d "Starts the App Engine development server and does not wait" +complete -c mvn -a "appengine:backends_start" -d "Start the specified backend" +complete -c mvn -a "appengine:devserver_stop" -d "Stops the App Engine development server" +complete -c mvn -a "appengine:backends_rollback" -d "Roll back a previously in-progress update" +complete -c mvn -a "appengine:start_module_version" -d "Start the specified module version" +complete -c mvn -a "appengine:migrate_traffic" -d "Change the default version, but more gently than set_default_version" +complete -c mvn -a "appengine:update_dispatch" -d "Update application dispatch.xml" +complete -c mvn -a "appengine:endpoints_get_client_lib" -d "App Engine endpoints get-client-lib … command" +complete -c mvn -a "appengine:debug" -d "Debug the specified VM Runtime instance" +complete -c mvn -a "appengine:set_default_version" -d "Set the default serving version" +complete -c mvn -a "appengine:enhance" -d "Runs the datanucleus enhancer" +complete -c mvn -a "appengine:update" -d "Create or update an app version" complete -c mvn -a "appengine:create-property" -d "Maven project version is dot based, e.g '1.9.15' , whereas appengine-web.xml is dash based, e.g" -complete -c mvn -a "appengine:backends_configure" -d "Configure the specified backend." -complete -c mvn -a "appengine:update_cron" -d "Update application cron jobs." -complete -c mvn -a "appengine:devserver" -d "Runs the App Engine development server." -complete -c mvn -a "appengine:backends_delete" -d "Delete the specified backend." -complete -c mvn -a "appengine:backends_update" -d "Update the specified backend or all backends." -complete -c mvn -a "appengine:update_indexes" -d "Update application indexes." -complete -c mvn -a "appengine:update_queues" -d "Update application task queue definitions." -complete -c mvn -a "appengine:stop_module_version" -d "Stop the specified module version." -complete -c mvn -a "appengine:rollback" -d "Rollback an in-progress update." -complete -c mvn -a "appengine:update_dos" -d "Update application DoS protection configuration." -complete -c mvn -a "appengine:endpoints_get_discovery_doc" -d "App Engine endpoints get-discovery-doc command." -complete -c mvn -a "appengine:backends_stop" -d "Stop the specified backend." +complete -c mvn -a "appengine:backends_configure" -d "Configure the specified backend" +complete -c mvn -a "appengine:update_cron" -d "Update application cron jobs" +complete -c mvn -a "appengine:devserver" -d "Runs the App Engine development server" +complete -c mvn -a "appengine:backends_delete" -d "Delete the specified backend" +complete -c mvn -a "appengine:backends_update" -d "Update the specified backend or all backends" +complete -c mvn -a "appengine:update_indexes" -d "Update application indexes" +complete -c mvn -a "appengine:update_queues" -d "Update application task queue definitions" +complete -c mvn -a "appengine:stop_module_version" -d "Stop the specified module version" +complete -c mvn -a "appengine:rollback" -d "Rollback an in-progress update" +complete -c mvn -a "appengine:update_dos" -d "Update application DoS protection configuration" +complete -c mvn -a "appengine:endpoints_get_discovery_doc" -d "App Engine endpoints get-discovery-doc command" +complete -c mvn -a "appengine:backends_stop" -d "Stop the specified backend" complete -c mvn -a "android:aar" -d "Creates an Android Archive (aar) file" complete -c mvn -a "android:apk" -d "Creates the apk file" complete -c mvn -a "android:apklib" -d "Creates the apklib file" complete -c mvn -a "android:clean" -complete -c mvn -a "android:connect" -d "Connect external IP addresses to the ADB server." +complete -c mvn -a "android:connect" -d "Connect external IP addresses to the ADB server" complete -c mvn -a "android:deploy" -d "Deploys the apk(s) of the current project(s) to all attached devices and emulators" complete -c mvn -a "android:deploy-apk" -d "Deploys a specified Android application apk to attached devices and emulators" complete -c mvn -a "android:deploy-dependencies" -d "Deploys all directly declared dependencies of apk in this project's pom" complete -c mvn -a "android:devices" -d "DevicesMojo lists all attached devices and emulators found with the android debug bridge" -complete -c mvn -a "android:dex" -d "Converts compiled Java classes to the Android dex format." -complete -c mvn -a "android:disconnect" -d "Disconnect external IP addresses from the ADB server." +complete -c mvn -a "android:dex" -d "Converts compiled Java classes to the Android dex format" +complete -c mvn -a "android:disconnect" -d "Disconnect external IP addresses from the ADB server" complete -c mvn -a "android:emma" -d "After compiled Java classes use emma tool" -complete -c mvn -a "android:emulator-start" -d "EmulatorStartMojo can start the Android Emulator with a specified Android Virtual Device (avd)." -complete -c mvn -a "android:emulator-stop" -d "EmulatorStartMojo can stop the Android Emulator with a specified Android Virtual Device (avd)." -complete -c mvn -a "android:emulator-stop-all" -d "EmulatorStopeAllMojo will stop all attached devices." +complete -c mvn -a "android:emulator-start" -d "EmulatorStartMojo can start the Android Emulator with a specified Android Virtual Device (avd)" +complete -c mvn -a "android:emulator-stop" -d "EmulatorStartMojo can stop the Android Emulator with a specified Android Virtual Device (avd)" +complete -c mvn -a "android:emulator-stop-all" -d "EmulatorStopeAllMojo will stop all attached devices" complete -c mvn -a "android:generate-sources" -d "Generates R.java based on resources specified by the resources configuration parameter" complete -c mvn -a "android:help" -d "Display help information on android-maven-plugin" -complete -c mvn -a "android:instrument" -d "Runs the instrumentation apk on device." +complete -c mvn -a "android:instrument" -d "Runs the instrumentation apk on device" complete -c mvn -a "android:internal-integration-test" -d Internal complete -c mvn -a "android:internal-pre-integration-test" -d Internal complete -c mvn -a "android:lint" -d "LintMojo can run the lint command against the project" complete -c mvn -a "android:manifest-merger" -d "Manifest Merger V2 AndroidManifest.xml file" -complete -c mvn -a "android:manifest-update" -d "Updates various version attributes present in the AndroidManifest.xml file." +complete -c mvn -a "android:manifest-update" -d "Updates various version attributes present in the AndroidManifest.xml file" complete -c mvn -a "android:monkey" -d "Execute tests using UI/Application Exerciser Monkey" complete -c mvn -a "android:monkeyrunner" -d "Execute monkey runner programs" complete -c mvn -a "android:ndk-build" -complete -c mvn -a "android:proguard" -d "Process both application and dependency classes using the ProGuard byte code obfuscator, minimzer, and optimizer" +complete -c mvn -a "android:proguard" -d "Use ProGuard byte code obfuscator, minimzer, and optimizer" complete -c mvn -a "android:publish-apk" complete -c mvn -a "android:publish-listing" -complete -c mvn -a "android:pull" -d "Copy file or directory from all the attached (or specified) devices/emulators." -complete -c mvn -a "android:push" -d "Copy file to all the attached (or specified) devices/emulators." -complete -c mvn -a "android:redeploy" -d "Undeploys and the deploys (= redeploys) the apk(s) of the current project(s) to all attached devices and emulators" +complete -c mvn -a "android:pull" -d "Copy file or directory from all the attached (or specified) devices/emulators" +complete -c mvn -a "android:push" -d "Copy file to all the attached (or specified) devices/emulators" +complete -c mvn -a "android:redeploy" -d "Undeploys and the deploys the apks of the current projects to attached devices and emulators" complete -c mvn -a "android:redeploy-apk" -d "Reploys a specified Android application apk to attached devices and emulators" complete -c mvn -a "android:run" -d "Runs the first Activity shown in the top-level launcher as determined by its Intent filters" complete -c mvn -a "android:uiautomator" -d "Can execute tests using ui uiautomator" @@ -778,25 +778,25 @@ complete -c mvn -a "android:undeploy" -d "Undeploys the apk(s) of the current pr complete -c mvn -a "android:undeploy-apk" -d "Undeploys a specified Android application apk from attached devices and emulators" complete -c mvn -a "android:unpack" -d "Unpack libraries code and dependencies into target" complete -c mvn -a "android:zipalign" -d "ZipalignMojo can run the zipalign command against the apk" -complete -c mvn -a "liquibase:releaseLocks" -d "Removes any Liquibase updater locks from the current database." -complete -c mvn -a "liquibase:tag" -d "Writes a Liquibase tag to the database." +complete -c mvn -a "liquibase:releaseLocks" -d "Removes any Liquibase updater locks from the current database" +complete -c mvn -a "liquibase:tag" -d "Writes a Liquibase tag to the database" complete -c mvn -a "liquibase:dropAll" -d "Drops all database objects in the configured schema(s)" -complete -c mvn -a "liquibase:updateSQL" -d "Generates the SQL that is required to update the database to the current version as specified in the DatabaseChangeLogs." -complete -c mvn -a "liquibase:listLocks" -d "Lists all Liquibase updater locks on the current database." +complete -c mvn -a "liquibase:updateSQL" -d "Generate SQL to update the database to the current version" +complete -c mvn -a "liquibase:listLocks" -d "Lists all Liquibase updater locks on the current database" complete -c mvn -a "liquibase:migrate" -d "Liquibase Migration Maven plugin" -complete -c mvn -a "liquibase:changelogSync" -d "Marks all unapplied changes to the database as applied in the change log." -complete -c mvn -a "liquibase:clearCheckSums" -d "Clears all checksums in the current changelog, so they will be recalculated next update." -complete -c mvn -a "liquibase:dbDoc" -d "Generates dbDocs against the database." +complete -c mvn -a "liquibase:changelogSync" -d "Marks all unapplied changes to the database as applied in the change log" +complete -c mvn -a "liquibase:clearCheckSums" -d "Clears all checksums in the current changelog, so they will be recalculated next update" +complete -c mvn -a "liquibase:dbDoc" -d "Generates dbDocs against the database" complete -c mvn -a "liquibase:rollbackSQL" -d "Generates the SQL that is required to rollback the database to the specified pointing attributes 'rollbackCount', 'rollbackTag'" -complete -c mvn -a "liquibase:status" -d "Prints which changesets need to be applied to the database." -complete -c mvn -a "liquibase:changelogSyncSQL" -d "Generates SQL that marks all unapplied changes as applied." +complete -c mvn -a "liquibase:status" -d "Prints which changesets need to be applied to the database" +complete -c mvn -a "liquibase:changelogSyncSQL" -d "Generates SQL that marks all unapplied changes as applied" complete -c mvn -a "liquibase:updateTestingRollback" -d "Applies the DatabaseChangeLogs to the database, testing rollback" complete -c mvn -a "liquibase:help" -d "Display help information on liquibase-maven-plugin" -complete -c mvn -a "liquibase:rollback" -d "Invokes Liquibase rollbacks on a database." -complete -c mvn -a "liquibase:futureRollbackSQL" -d "Generates the SQL that is required to rollback the database to current state after the next update." +complete -c mvn -a "liquibase:rollback" -d "Invokes Liquibase rollbacks on a database" +complete -c mvn -a "liquibase:futureRollbackSQL" -d "Generates the SQL that is required to rollback the database to current state after the next update" complete -c mvn -a "liquibase:diff" -d "Generates a diff between the specified database and the reference database" complete -c mvn -a "liquibase:update" -d "Applies the DatabaseChangeLogs to the database" -complete -c mvn -a "liquibase:generateChangeLog" -d "Generates SQL that marks all unapplied changes as applied." +complete -c mvn -a "liquibase:generateChangeLog" -d "Generates SQL that marks all unapplied changes as applied" complete -c mvn -a "liquibase:migrateSQL" -d "Creates an SQL migration script using the provided DatabaseChangeLog(s)" complete -c mvn -a "jgitflow:feature-deploy" complete -c mvn -a "jgitflow:release-finish" -d "Finishes a release" diff --git a/share/completions/navi.fish b/share/completions/navi.fish index 4e44d16a9..f5154f32b 100644 --- a/share/completions/navi.fish +++ b/share/completions/navi.fish @@ -24,6 +24,6 @@ complete navi -n "not __fish_seen_subcommand_from $sub_commands" -x -s h -l help complete navi -n "not __fish_seen_subcommand_from $sub_commands" -r -s p -l path -d "Colon-separated list of paths containing .cheat files" complete navi -n "not __fish_seen_subcommand_from $sub_commands" -l print -d "Instead of executing a snippet, prints it to stdout" complete navi -n "not __fish_seen_subcommand_from $sub_commands" -x -s q -l query -d "Prepopulates the search field" -complete navi -n "not __fish_seen_subcommand_from $sub_commands" -x -l tag-rules -d "[Experimental] Comma-separated list that acts as filter for tags. Parts starting with ! represent negation" +complete navi -n "not __fish_seen_subcommand_from $sub_commands" -x -l tag-rules -d "[Experimental] Comma-separated list as filter for tags. ! represents negation" complete navi -n "not __fish_seen_subcommand_from $sub_commands" -x -l tldr -d "Searches for cheatsheets using the tldr-pages repository" complete navi -n "not __fish_seen_subcommand_from $sub_commands" -x -s V -l version -d "Print version information" diff --git a/share/completions/node.fish b/share/completions/node.fish index 871250f52..7ed6812e7 100644 --- a/share/completions/node.fish +++ b/share/completions/node.fish @@ -147,7 +147,7 @@ complete -c node -l always_compact -d 'Perform compaction on every full GC' complete -c node -l lazy_sweeping -d 'Use lazy sweeping for old pointer and data spaces' complete -c node -l never_compact -d 'Never perform compaction on full GC - testing only' complete -c node -l compact_code_space -d 'Compact code space on full non-incremental collections' -complete -c node -l cleanup_code_caches_at_gc -d 'Flush inline caches prior to mark compact collection and flush code caches in maps during mark compact cycle' +complete -c node -l cleanup_code_caches_at_gc -d 'Flush inline/code caches prior to mark compact collection/cycle' complete -c node -l random_seed -d 'Default seed for random generator init(0:default-sys random)' complete -c node -l use_verbose_printer -d 'allows verbose printing' complete -c node -l allow_natives_syntax -d 'allow natives syntax' diff --git a/share/completions/oggenc.fish b/share/completions/oggenc.fish index 66f39ffea..6b9de2bac 100644 --- a/share/completions/oggenc.fish +++ b/share/completions/oggenc.fish @@ -5,20 +5,20 @@ complete -c oggenc -s Q -l quiet -f -d "Produce no output to stderr" complete -c oggenc -s h -l help -f -d "Print this help text" complete -c oggenc -s v -l version -f -d "Print the version number" complete -c oggenc -s r -l raw -f -d "Raw mode. Input files are read directly as PCM data" -complete -c oggenc -s B -l raw-bits -x -d "Set bits/sample for raw input. Default is 16" +complete -c oggenc -s B -l raw-bits -x -d "Set bits/sample for raw input (default 16)" complete -c oggenc -s C -l raw-chan -x -d "Set number of channels for raw input" complete -c oggenc -s R -l raw-rate -x -d "Set samples/sec for raw input" -complete -c oggenc -l raw-endianness -f -d "1 for bigendian, 0 for little (defaults to 0)" +complete -c oggenc -l raw-endianness -f -d "1 for bigendian, 0 for little (default 0)" complete -c oggenc -s b -l bitrate -x -d "Choose a nominal bitrate to encode at" complete -c oggenc -l managed -f -d "Enable the bitrate management engine" -complete -c oggenc -s m -l min-bitrate -x -d "Specify a minimum bitrate (in kbps)" +complete -c oggenc -s m -l min-bitrate -x -d "Specify a minimum bitrate in kbps" complete -c oggenc -s M -l max-bitrate -x -d "Specify a maximum bitrate in kbps" -complete -c oggenc -l advanced-encode-option -x -d "option=value Sets an advanced encoder option to the given value" +complete -c oggenc -l advanced-encode-option -x -d "option=value Set an advanced encoder option to the given value" complete -c oggenc -s q -l quality -x -d "Specify quality" complete -c oggenc -l resample -x -d "Resample input data to sampling rate n (Hz)" complete -c oggenc -l downmix -f -d "Downmix stereo to mono" complete -c oggenc -s s -l serial -x -d "Specify a serial number for the stream" -complete -c oggenc -l discard-comments -f -d "Prevents comments in FLAC and Ogg FLAC files from being copied to the output Ogg Vorbis file" +complete -c oggenc -l discard-comments -f -d "Don't copy comments to the output file" complete -c oggenc -s o -l output -x -d "Write file to fn (only valid in single-file mode)" complete -c oggenc -s n -l names -x -d "Produce filenames as this string" complete -c oggenc -s X -l name-remove= -x -d "Remove the specified characters from parameters" diff --git a/share/completions/opam.fish b/share/completions/opam.fish index 0030e29f9..03c286821 100644 --- a/share/completions/opam.fish +++ b/share/completions/opam.fish @@ -8,16 +8,6 @@ function __fish_opam_using_command return 1 end -function __fish_opam_at_color - set -l cmd (commandline -xpc) - if test (count $cmd) -gt 2 - if test $cmd[-1] = --color - return 0 - end - end - return 1 -end - function __fish_opam_needs_command set -l cmd (commandline -xpc) if test (count $cmd) -eq 1 @@ -28,80 +18,77 @@ end # general flags ## ones that work without any subcommand -complete -f -c opam -l help -d "Display the manual for an OPAM command." -complete -f -c opam -l version -d 'Show version information.' +complete -f -c opam -l help -d "Display the manual for an OPAM command" +complete -f -c opam -l version -d 'Show version information' ## ones that require at least a subcommand (but are shared by all) -### colour -complete -f -c opam -n 'not __fish_opam_needs_command' -l color -d 'Colorize the output. WHEN must be `always\', `never\' or `auto\'.' -complete -f -c opam -n __fish_opam_at_color -a 'always never auto' -### rest +complete -f -c opam -n 'not __fish_opam_needs_command' -l color -d 'Colorize the output' -a 'always never auto' complete -f -c opam -n 'not __fish_opam_needs_command' -l 'compat-mode-1.0' -d 'Compatibility mode with OPAM 1.0' -complete -f -c opam -n 'not __fish_opam_needs_command' -l debug -d 'Print debug message on stdout.' -complete -f -c opam -n 'not __fish_opam_needs_command' -l git-version -d 'Print the git version if it exists and exit.' -complete -f -c opam -n 'not __fish_opam_needs_command' -l no-aspcud -d 'Do not use the external aspcud solver, even if available.' -complete -f -c opam -n 'not __fish_opam_needs_command' -l no-base-packages -d 'Do not install base packages (useful for testing purposes).' -complete -f -c opam -n 'not __fish_opam_needs_command' -s q -l quiet -d 'Be quiet when installing a new compiler.' -complete -f -c opam -n 'not __fish_opam_needs_command' -s r -l root -d 'Use ROOT as the current root path.' -complete -f -c opam -n 'not __fish_opam_needs_command' -l strict -d 'Fail whenever an error is found in a package definition or a configuration file. The default is to continue silently if possible.' -complete -f -c opam -n 'not __fish_opam_needs_command' -l switch -d 'Use SWITCH as the current compiler switch.' -complete -f -c opam -n 'not __fish_opam_needs_command' -s v -l verbose -d 'Be more verbose.' -complete -f -c opam -n 'not __fish_opam_needs_command' -s y -l yes -d 'Disable interactive mode and answer yes to all questions that would otherwise be asked to the user.' +complete -f -c opam -n 'not __fish_opam_needs_command' -l debug -d 'Print debug message on stdout' +complete -f -c opam -n 'not __fish_opam_needs_command' -l git-version -d 'Print the git version if it exists and exit' +complete -f -c opam -n 'not __fish_opam_needs_command' -l no-aspcud -d 'Do not use the external aspcud solver, even if available' +complete -f -c opam -n 'not __fish_opam_needs_command' -l no-base-packages -d 'Do not install base packages' +complete -f -c opam -n 'not __fish_opam_needs_command' -s q -l quiet -d 'Be quiet when installing a new compiler' +complete -f -c opam -n 'not __fish_opam_needs_command' -s r -l root -d 'Use ROOT as the current root path' +complete -f -c opam -n 'not __fish_opam_needs_command' -l strict -d 'Fail whenever an error is found in a package definition or a configuration file' +complete -f -c opam -n 'not __fish_opam_needs_command' -l switch -d 'Use SWITCH as the current compiler switch' +complete -f -c opam -n 'not __fish_opam_needs_command' -s v -l verbose -d 'Be more verbose' +complete -f -c opam -n 'not __fish_opam_needs_command' -s y -l yes -d 'Disable interactive mode and answer yes to all questions' # subcommands ## config -complete -f -c opam -n __fish_opam_needs_command -a config -d "Display configuration options for packages." +complete -f -c opam -n __fish_opam_needs_command -a config -d "Display configuration options for packages" ### config flags -complete -f -c opam -n '__fish_opam_using_command config' -s a -l all -d 'Enable all the global and user configuration options.' -complete -f -c opam -n '__fish_opam_using_command config' -l csh -d 'Use csh-compatible mode for configuring OPAM.' -complete -f -c opam -n '__fish_opam_using_command config' -l dot-profile -d 'Name of the configuration file to update instead of ~/.' -complete -f -c opam -n '__fish_opam_using_command config' -s e -d 'Backward-compatible option, equivalent to opam config env.' -complete -f -c opam -n '__fish_opam_using_command config' -l fish -d 'Use fish-compatible mode for configuring OPAM.' -complete -f -c opam -n '__fish_opam_using_command config' -s g -l global -d 'Enable all the global configuration options.' -complete -f -c opam -n '__fish_opam_using_command config' -s l -l list -d 'List the current configuration.' -complete -f -c opam -n '__fish_opam_using_command config' -l no-complete -d 'Do not load the auto-completion scripts in the environment.' -complete -f -c opam -n '__fish_opam_using_command config' -l no-switch-eval -d 'Do not install `opam-switch-eval` to switch & e… [See Man Page]' -complete -f -c opam -n '__fish_opam_using_command config' -l ocamlinit -d 'Modify ~/.' -complete -f -c opam -n '__fish_opam_using_command config' -l profile -d 'Modify ~/. profile (or ~/.' -complete -f -c opam -n '__fish_opam_using_command config' -s R -l rec -d 'Recursive query.' -complete -f -c opam -n '__fish_opam_using_command config' -l sexp -d 'Display environment variables as an s-expression.' -complete -f -c opam -n '__fish_opam_using_command config' -l sh -d 'Use sh-compatible mode for configuring OPAM.' -complete -f -c opam -n '__fish_opam_using_command config' -s u -l user -d 'Enable all the user configuration options.' -complete -f -c opam -n '__fish_opam_using_command config' -l zsh -d 'Use zsh-compatible mode for configuring OPAM. DOMAINS.' +complete -f -c opam -n '__fish_opam_using_command config' -s a -l all -d 'Enable all the global and user configuration options' +complete -f -c opam -n '__fish_opam_using_command config' -l csh -d 'Use csh-compatible mode for configuring OPAM' +complete -f -c opam -n '__fish_opam_using_command config' -l dot-profile -d 'Name of the configuration file to update instead of ~/' +complete -f -c opam -n '__fish_opam_using_command config' -s e -d 'Backward-compatible option, equivalent to opam config env' +complete -f -c opam -n '__fish_opam_using_command config' -l fish -d 'Use fish-compatible mode for configuring OPAM' +complete -f -c opam -n '__fish_opam_using_command config' -s g -l global -d 'Enable all the global configuration options' +complete -f -c opam -n '__fish_opam_using_command config' -s l -l list -d 'List the current configuration' +complete -f -c opam -n '__fish_opam_using_command config' -l no-complete -d 'Do not load the auto-completion scripts in the environment' +complete -f -c opam -n '__fish_opam_using_command config' -l no-switch-eval -d 'Do not install `opam-switch-eval`' +complete -f -c opam -n '__fish_opam_using_command config' -l ocamlinit -d 'Modify ~/' +complete -f -c opam -n '__fish_opam_using_command config' -l profile -d 'Modify ~/. profile' +complete -f -c opam -n '__fish_opam_using_command config' -s R -l rec -d 'Recursive query' +complete -f -c opam -n '__fish_opam_using_command config' -l sexp -d 'Display environment variables as an s-expression' +complete -f -c opam -n '__fish_opam_using_command config' -l sh -d 'Use sh-compatible mode for configuring OPAM' +complete -f -c opam -n '__fish_opam_using_command config' -s u -l user -d 'Enable all the user configuration options' +complete -f -c opam -n '__fish_opam_using_command config' -l zsh -d 'Use zsh-compatible mode for configuring OPAM. DOMAINS' ### config subcommands -complete -f -c opam -n '__fish_opam_using_command config' -a env -d 'Return the environment variables PATH, MANPATH, OCAML_TOPLEVEL_PATH and CAML_LD_LIBRARY_PATH according to the currently selected compiler.' -complete -f -c opam -n '__fish_opam_using_command config' -a setup -d 'Configure global and user parameters for OPAM. [see manpage]' #TODO -complete -f -c opam -n '__fish_opam_using_command config' -a exec -d 'Execute the shell script given in parameter with the correct environment variables. [see manpage]' -complete -f -c opam -n '__fish_opam_using_command config' -a var -d 'Return the value associated with the given variable. [see manpage]' -complete -f -c opam -n '__fish_opam_using_command config' -a list -d 'Return the list of all variables defined in the listed packages. [see manpage]' -complete -f -c opam -n '__fish_opam_using_command config' -a subst -d 'Substitute variables in the given files. The strings %{var}% are replaced by the value of the variable var [see manpage]' -complete -f -c opam -n '__fish_opam_using_command config' -a includes -d 'returns include options.' -complete -f -c opam -n '__fish_opam_using_command config' -a bytecomp -d 'returns bytecode compile options.' -complete -f -c opam -n '__fish_opam_using_command config' -a asmcomp -d 'returns assembly compile options.' -complete -f -c opam -n '__fish_opam_using_command config' -a bytelink -d 'returns bytecode linking options.' -complete -f -c opam -n '__fish_opam_using_command config' -a report -d 'Prints a summary of your setup, useful for bug-reports.' +complete -f -c opam -n '__fish_opam_using_command config' -a env -d 'Return PATH, MANPATH, OCAML_TOPLEVEL_PATH and CAML_LD_LIBRARY_PATH for compiler' +complete -f -c opam -n '__fish_opam_using_command config' -a setup -d 'Configure global and user parameters for OPAM' #TODO +complete -f -c opam -n '__fish_opam_using_command config' -a exec -d 'Execute the shell script given in parameter with the correct environment variables' +complete -f -c opam -n '__fish_opam_using_command config' -a var -d 'Return the value associated with the given variable' +complete -f -c opam -n '__fish_opam_using_command config' -a list -d 'Return the list of all variables defined in the listed packages' +complete -f -c opam -n '__fish_opam_using_command config' -a subst -d 'Substitute %{var}% variables' +complete -f -c opam -n '__fish_opam_using_command config' -a includes -d 'returns include options' +complete -f -c opam -n '__fish_opam_using_command config' -a bytecomp -d 'returns bytecode compile options' +complete -f -c opam -n '__fish_opam_using_command config' -a asmcomp -d 'returns assembly compile options' +complete -f -c opam -n '__fish_opam_using_command config' -a bytelink -d 'returns bytecode linking options' +complete -f -c opam -n '__fish_opam_using_command config' -a report -d 'Prints a summary of your setup, useful for bug-reports' # TODO all subcommands other than config (and admin?) -complete -f -c opam -n __fish_opam_needs_command -a help -d "Display help about OPAM and OPAM commands." -complete -f -c opam -n __fish_opam_needs_command -a init -d "Initialize OPAM state." -complete -f -c opam -n __fish_opam_needs_command -a install -d "Install a list of packages." -complete -f -c opam -n __fish_opam_needs_command -a list -d "Display the list of available packages." -complete -f -c opam -n __fish_opam_needs_command -a pin -d "Pin a given package to a specific version." -complete -f -c opam -n __fish_opam_needs_command -a reinstall -d "Reinstall a list of packages." -complete -f -c opam -n __fish_opam_needs_command -a "remove uninstall" -d "Remove a list of packages." -complete -f -c opam -n __fish_opam_needs_command -a "repository remote" -d "Manage OPAM repositories." -complete -f -c opam -n __fish_opam_needs_command -a search -d "Search into the package list." -complete -f -c opam -n __fish_opam_needs_command -a "show info" -d "Display information about specific packages." -complete -f -c opam -n __fish_opam_needs_command -a switch -d "Manage multiple installation of compilers." -complete -f -c opam -n __fish_opam_needs_command -a update -d "Update the list of available packages." -complete -f -c opam -n __fish_opam_needs_command -a upgrade -d "Upgrade the installed package to latest version." +complete -f -c opam -n __fish_opam_needs_command -a help -d "Display help about OPAM and OPAM commands" +complete -f -c opam -n __fish_opam_needs_command -a init -d "Initialize OPAM state" +complete -f -c opam -n __fish_opam_needs_command -a install -d "Install a list of packages" +complete -f -c opam -n __fish_opam_needs_command -a list -d "Display the list of available packages" +complete -f -c opam -n __fish_opam_needs_command -a pin -d "Pin a given package to a specific version" +complete -f -c opam -n __fish_opam_needs_command -a reinstall -d "Reinstall a list of packages" +complete -f -c opam -n __fish_opam_needs_command -a "remove uninstall" -d "Remove a list of packages" +complete -f -c opam -n __fish_opam_needs_command -a "repository remote" -d "Manage OPAM repositories" +complete -f -c opam -n __fish_opam_needs_command -a search -d "Search into the package list" +complete -f -c opam -n __fish_opam_needs_command -a "show info" -d "Display information about specific packages" +complete -f -c opam -n __fish_opam_needs_command -a switch -d "Manage multiple installation of compilers" +complete -f -c opam -n __fish_opam_needs_command -a update -d "Update the list of available packages" +complete -f -c opam -n __fish_opam_needs_command -a upgrade -d "Upgrade the installed package to latest version" ## admin -complete -f -c opam -n __fish_opam_needs_command -a admin -d "Administration tool for local repositories." -complete -c opam -n '__fish_opam_using_command admin' -l help -d 'Show this help in format FMT (pager, plain or groff).' -complete -c opam -n '__fish_opam_using_command admin' -l version -d 'Show version information.' -complete -f -c opam -n '__fish_opam_using_command admin' -a check -d "Check a local repo for errors." -complete -f -c opam -n '__fish_opam_using_command admin' -a depexts -d "Add external dependencies." -complete -f -c opam -n '__fish_opam_using_command admin' -a make -d "Initialize a repo for serving files." -complete -f -c opam -n '__fish_opam_using_command admin' -a stats -d "Compute statistics." +complete -f -c opam -n __fish_opam_needs_command -a admin -d "Administration tool for local repositories" +complete -c opam -n '__fish_opam_using_command admin' -l help -d 'Show this help in format FMT (pager, plain or groff)' +complete -c opam -n '__fish_opam_using_command admin' -l version -d 'Show version information' +complete -f -c opam -n '__fish_opam_using_command admin' -a check -d "Check a local repo for errors" +complete -f -c opam -n '__fish_opam_using_command admin' -a depexts -d "Add external dependencies" +complete -f -c opam -n '__fish_opam_using_command admin' -a make -d "Initialize a repo for serving files" +complete -f -c opam -n '__fish_opam_using_command admin' -a stats -d "Compute statistics" # opam switch set -l switchcommands create set remove export import reinstall list list-available show set-base set-description link diff --git a/share/completions/qubes-gpg-client.fish b/share/completions/qubes-gpg-client.fish index c2cac76f9..541896cc4 100644 --- a/share/completions/qubes-gpg-client.fish +++ b/share/completions/qubes-gpg-client.fish @@ -42,7 +42,7 @@ complete -c qubes-gpg-client -l disable-pubkey-algo -x -d "Never allow the use o complete -c qubes-gpg-client -l emit-version -d "Include the version string in ASCII armored output" complete -c qubes-gpg-client -l export -x -d 'Export all or the given keys from all keyrings' complete -c qubes-gpg-client -l fingerprint -d "List all keys with their fingerprints" -complete -c qubes-gpg-client -l fixed-list-mode -d "Do not merge primary user ID and primary key in --with-colons listing mode and print all timestamps as UNIX timestamps" +complete -c qubes-gpg-client -l fixed-list-mode -d "Do not merge primary user ID/key in --with-colons listing mode and make timestamps UNIX time" complete -c qubes-gpg-client -l force-mdc -d "Force the use of encryption with a modification detection code" complete -c qubes-gpg-client -l force-v3-sigs -d "Force v3 signatures for signatures on data" complete -c qubes-gpg-client -l force-v4-certs -d "Always use v4 key signatures even on v3 keys" @@ -75,7 +75,7 @@ complete -c qubes-gpg-client -l use-agent -d "Try to use the GnuPG-Agent" complete -c qubes-gpg-client -l verify -r -d "Assume specified file or stdin is sigfile and verify it" complete -c qubes-gpg-client -l version -d "Display version and supported algorithms, and exit" complete -c qubes-gpg-client -l with-colons -d "Print key listings delimited by colons" -complete -c qubes-gpg-client -l with-fingerprint -d "Same as the command --fingerprint but changes only the format of the output and may be used together with another command" +complete -c qubes-gpg-client -l with-fingerprint -d "Like --fingerprint but only change the output format" complete -c qubes-gpg-client -l with-keygrip -d "Include the keygrip in the key listings" # qubes-gpg-client-wrapper wraps qubes-gpg-client and qubes-gpg-import-key, but the latter needs no diff --git a/share/completions/rakudo.fish b/share/completions/rakudo.fish index ff5855366..5e9cdfb72 100644 --- a/share/completions/rakudo.fish +++ b/share/completions/rakudo.fish @@ -18,6 +18,6 @@ complete -c rakudo -l repl-mode -x -d 'Specify the REPL mode' -a 'interactive\t" complete -c rakudo -l profile -r -d 'Write profile information to a file. Extension controls format' complete -c rakudo -l profile-compile -r -d 'Write compile-time profile information to a file. Extension controls format' complete -c rakudo -l profile-kind -x -d 'Choose the type of profile to generate' -a 'instrumented\t"Performance measurements" heap\t"Record heap snapshots at every garbage collection run"' -complete -c rakudo -l profile-stage -f -d 'Write profile information for the given compilation stage to a file. Use --profile-compile to set name and format' +complete -c rakudo -l profile-stage -f -d 'Write profile information for the given compilation stage to a file' complete -c rakudo -l debug-port -x -d 'Listen for incoming debugger connections' complete -c rakudo -l tracing -f -d 'Output a line to stderr on every interpreter instr, if enabled in MoarVM' diff --git a/share/completions/sfdx.fish b/share/completions/sfdx.fish index 58c585adf..782f3cd99 100644 --- a/share/completions/sfdx.fish +++ b/share/completions/sfdx.fish @@ -123,7 +123,7 @@ complete $sfdx_looking -xa force:apex:trigger -d 'create an Apex trigger' complete $sfdx_looking -xa force:apex:trigger:create -d 'create an Apex trigger' complete -c sfdx -n '__fish_sfdx_using_command force:apex:trigger:create' -s a -l apiversion -d '[default: 46.0] API version number' complete -c sfdx -n '__fish_sfdx_using_command force:apex:trigger:create' -s d -l outputdir -d 'folder for saving the created files' -complete -c sfdx -n '__fish_sfdx_using_command force:apex:trigger:create' -s e -l triggerevents -d '[default: before insert] events that fire the trigger (before insert|before update|before delete|after insert|after update|after delete|after undelete)' +complete -c sfdx -n '__fish_sfdx_using_command force:apex:trigger:create' -s e -l triggerevents -d 'events that fire trigger' complete -c sfdx -n '__fish_sfdx_using_command force:apex:trigger:create' -s n -l triggername -d '(required) name of the generated Apex trigger' complete -c sfdx -n '__fish_sfdx_using_command force:apex:trigger:create' -s s -l sobject -d '[default: SOBJECT] sObject to create a trigger on' complete -c sfdx -n '__fish_sfdx_using_command force:apex:trigger:create' -s t -l template -d '[default: ApexTrigger] template to use for file creation' @@ -298,7 +298,7 @@ complete $sfdx_looking -xa force:data:tree:import -d 'import data into an org us complete -c sfdx -n '__fish_sfdx_using_command force:data:tree:import' -s f -l sobjecttreefiles -d 'comma-delimited, ordered paths of json files containing collection of record trees to insert' complete -c sfdx -n '__fish_sfdx_using_command force:data:tree:import' -s p -l plan -d 'path to plan to insert multiple data files that have master-detail relationships' complete -c sfdx -n '__fish_sfdx_using_command force:data:tree:import' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' -complete -c sfdx -n '__fish_sfdx_using_command force:data:tree:import' -l confighelp -d 'display schema information for the --plan configuration file to stdout; if you use this option, all other options except --json are ignored' +complete -c sfdx -n '__fish_sfdx_using_command force:data:tree:import' -l confighelp -d 'display schema information for the --plan configuration file to stdout' complete -c sfdx -n '__fish_sfdx_using_command force:data:tree:import' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:data:tree:import' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:data:tree:import' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -433,7 +433,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy' -l loglevel - complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy' -l verbose -d 'verbose output of deploy results' complete $sfdx_looking -xa force:mdapi:deploy:cancel -d 'cancel a metadata deployment' -complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:cancel' -s i -l jobid -d 'job ID of the deployment you want to cancel; defaults to your most recent CLI deployment if not specified' +complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:cancel' -s i -l jobid -d 'job ID of the deployment you want to cancel (default: most recent CLI deployment)' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:cancel' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:cancel' -s w -l wait -d '[default: 33 minutes] wait time for command to finish in minutes 33' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:cancel' -l apiversion -d 'override the api version used for api requests made by this command' @@ -441,7 +441,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:cancel' -l jso complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:cancel' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete $sfdx_looking -xa force:mdapi:deploy:report -d 'check the status of a metadata deployment' -complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:report' -s i -l jobid -d 'job ID of the deployment you want to cancel; defaults to your most recent CLI deployment if not specified' +complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:report' -s i -l jobid -d 'job ID of the deployment you want to cancel (default: most recent CLI deployment)' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:report' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:report' -s w -l wait -d '[default: 33 minutes] wait time for command to finish in minutes 33' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:deploy:report' -l apiversion -d 'override the api version used for api requests made by this command' @@ -461,7 +461,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:listmetadata' -s a -l complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:listmetadata' -s f -l resultfile -d 'path to the file where results are stored' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:listmetadata' -s m -l metadatatype -d '(required) metadata type to be retrieved, such as CustomObject; metadata type value is case-sensitive' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:listmetadata' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' -complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:listmetadata' -l folder -d 'folder associated with the component; required for components that use folders; folder names are case-sensitive' +complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:listmetadata' -l folder -d 'folder associated with the component' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:listmetadata' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:listmetadata' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -472,16 +472,16 @@ complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -s k -l unp complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -s p -l packagenames -d 'a comma-separated list of packages to retrieve' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -s r -l retrievetargetdir -d '(required) directory root for the retrieved files' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -s s -l singlepackage -d 'a single-package retrieve (default: false)' -complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -s w -l wait -d 'wait time for command to finish in minutes (default: -1 (no limit))' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve' -l verbose -d 'verbose output of retrieve result' complete $sfdx_looking -xa force:mdapi:retrieve:report -d 'check the status of a metadata retrieval' -complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve:report' -s i -l jobid -d 'job ID of the retrieve you want to check; defaults to your most recent CLI retrieval if not specified' +complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve:report' -s i -l jobid -d 'job ID of the retrieve you want to check' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve:report' -s r -l retrievetargetdir -d 'directory root for the retrieved files' -complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve:report' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve:report' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve:report' -s w -l wait -d 'wait time for command to finish in minutes (default: -1 (no limit))' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve:report' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:mdapi:retrieve:report' -l json -d 'format output as json' @@ -495,7 +495,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:org:clone' -s a -l setalias complete -c sfdx -n '__fish_sfdx_using_command force:org:clone' -s f -l definitionfile -d 'path to an org definition file' complete -c sfdx -n '__fish_sfdx_using_command force:org:clone' -s s -l setdefaultusername -d 'set the created org as the default username' complete -c sfdx -n '__fish_sfdx_using_command force:org:clone' -s t -l type -d '(required) type of org to create' -xa sandbox -complete -c sfdx -n '__fish_sfdx_using_command force:org:clone' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:clone' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:org:clone' -s w -l wait -d '[default: 6 minutes] the streaming client socket timeout (in minutes)' complete -c sfdx -n '__fish_sfdx_using_command force:org:clone' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:clone' -l json -d 'format output as json' @@ -506,12 +506,12 @@ complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s a -l setalia complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s c -l noancestors -d 'do not include second-generation package ancestors in the scratch org' complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s d -l durationdays -d 'duration of the scratch org (in days) (default:7, min:1, max:30)' complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s f -l definitionfile -d 'path to an org definition file' -complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s i -l clientid -d 'connected app consumer key; not supported for sandbox org creation' +complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s i -l clientid -d 'connected app consumer key' complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s n -l nonamespace -d 'create the scratch org with no namespace' complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s s -l setdefaultusername -d 'set the created org as the default username' -complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s t -l type -d '[default: scratch] type of org to create; sandbox org creation is in beta' -xa 'scratch sandbox' -complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' -complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s v -l targetdevhubusername -d 'username or alias for the dev hub org; overrides default dev hub org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s t -l type -d '[default: scratch] type of org to create' -xa 'scratch sandbox' +complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s u -l targetusername -d 'username or alias for the target org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s v -l targetdevhubusername -d 'username or alias for the dev hub org' complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -s w -l wait -d '[default: 6 minutes] the streaming client socket timeout (in minutes)' complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -l json -d 'format output as json' @@ -519,14 +519,14 @@ complete -c sfdx -n '__fish_sfdx_using_command force:org:create' -l loglevel -d complete $sfdx_looking -xa force:org:delete -d 'mark a scratch org for deletion' complete -c sfdx -n '__fish_sfdx_using_command force:org:delete' -s p -l noprompt -d 'no prompt to confirm deletion' -complete -c sfdx -n '__fish_sfdx_using_command force:org:delete' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' -complete -c sfdx -n '__fish_sfdx_using_command force:org:delete' -s v -l targetdevhubusername -d 'username or alias for the dev hub org; overrides default dev hub org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:delete' -s u -l targetusername -d 'username or alias for the target org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:delete' -s v -l targetdevhubusername -d 'username or alias for the dev hub org' complete -c sfdx -n '__fish_sfdx_using_command force:org:delete' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:delete' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:org:delete' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete $sfdx_looking -xa force:org:display -d 'get org description' -complete -c sfdx -n '__fish_sfdx_using_command force:org:display' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:display' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:org:display' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:display' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:org:display' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -543,7 +543,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:org:list' -l verbose -d 'li complete $sfdx_looking -xa force:org:open -d 'open an org in your browser' complete -c sfdx -n '__fish_sfdx_using_command force:org:open' -s p -l path -d 'navigation URL path' complete -c sfdx -n '__fish_sfdx_using_command force:org:open' -s r -l urlonly -d 'display navigation URL, but don’t launch browser' -complete -c sfdx -n '__fish_sfdx_using_command force:org:open' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:open' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:org:open' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:open' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:org:open' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -552,7 +552,7 @@ complete $sfdx_looking -xa force:org:status -d 'report sandbox org creation stat complete -c sfdx -n '__fish_sfdx_using_command force:org:status' -s a -l setalias -d 'alias for the created org' complete -c sfdx -n '__fish_sfdx_using_command force:org:status' -s n -l sandboxname -d '(required) name of the sandbox org to check status for' complete -c sfdx -n '__fish_sfdx_using_command force:org:status' -s s -l setdefaultusername -d 'set the created org as the default username' -complete -c sfdx -n '__fish_sfdx_using_command force:org:status' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:status' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:org:status' -s w -l wait -d '[default: 6 minutes] number of minutes to wait while polling for status' complete -c sfdx -n '__fish_sfdx_using_command force:org:status' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:status' -l json -d 'format output as json' @@ -561,14 +561,14 @@ complete -c sfdx -n '__fish_sfdx_using_command force:org:status' -l loglevel -d complete $sfdx_looking -xa force:org:shape -d 'manage org shape' complete $sfdx_looking -xa force:org:shape:create -d 'create a snapshot of org edition, features, and licenses' -complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:create' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:create' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:create' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:create' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:create' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete $sfdx_looking -xa force:org:shape:delete -d 'delete all org shapes for a target org' complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:delete' -s p -l noprompt -d 'do not prompt for confirmation' -complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:delete' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:delete' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:delete' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:delete' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:org:shape:delete' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -584,27 +584,27 @@ complete $sfdx_looking -xa force:org:snapshot:create -d 'snapshot a scratch org' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:create' -s d -l description -d 'description of snapshot' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:create' -s n -l snapshotname -d '(required) unique name of snapshot' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:create' -s o -l sourceorg -d '(required) ID or locally authenticated username or alias of scratch org to snapshot' -complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:create' -s v -l targetdevhubusername -d 'username or alias for the dev hub org; overrides default dev hub org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:create' -s v -l targetdevhubusername -d 'username or alias for the dev hub org' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:create' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:create' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:create' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete $sfdx_looking -xa force:org:snapshot:delete -d 'delete a scratch org snapshot' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:delete' -s s -l snapshot -d '(required) name or ID of snapshot to delete' -complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:delete' -s v -l targetdevhubusername -d 'username or alias for the dev hub org; overrides default dev hub org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:delete' -s v -l targetdevhubusername -d 'username or alias for the dev hub org' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:delete' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:delete' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:delete' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete $sfdx_looking -xa force:org:snapshot:get -d 'get details about a scratch org snapshot' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:get' -s s -l snapshot -d '(required) name or ID of snapshot to retrieve' -complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:get' -s v -l targetdevhubusername -d 'username or alias for the dev hub org; overrides default dev hub org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:get' -s v -l targetdevhubusername -d 'username or alias for the dev hub org' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:get' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:get' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:get' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete $sfdx_looking -xa force:org:snapshot:list -d 'list scratch org snapshots' -complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:list' -s v -l targetdevhubusername -d 'username or alias for the dev hub org; overrides default dev hub org' +complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:list' -s v -l targetdevhubusername -d 'username or alias for the dev hub org' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:list' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:list' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:org:snapshot:list' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -613,7 +613,7 @@ complete $sfdx_looking -xa force:package -d 'develop and install packages' complete $sfdx_looking -xa force:package:create -d 'create a package' complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s d -l description -d 'package description' -complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s e -l nonamespace -d 'creates the package with no namespace; available only for unlocked packages.' +complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s e -l nonamespace -d 'creates the package with no namespace' complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s n -l name -d '(required) package name' complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s r -l path -d '(required) path to directory that contains the contents of the package' complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s t -l packagetype -d '(required) package type' -xa 'Managed Unlocked' @@ -626,11 +626,11 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s p -l pac complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s r -l noprompt -d 'do not prompt for confirmation' complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s s -l securitytype -d '[default: AllUsers] security access type for the installed package' -xa 'AllUsers AdminsOnly' complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s t -l upgradetype -d '[default: Mixed] the upgrade type for the package installation' -xa 'DeprecateOnly Mixed Delete' -complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:create' -s w -l wait -d 'number of minutes to wait for installation status' complete $sfdx_looking -xa force:package:list -d 'list all packages in the Dev Hub org' -complete -c sfdx -n '__fish_sfdx_using_command force:package:list' -s v -l targetdevhubusername -d 'username or alias for the dev hub org; overrides default dev hub org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:list' -s v -l targetdevhubusername -d 'username or alias for the dev hub org' complete -c sfdx -n '__fish_sfdx_using_command force:package:list' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:list' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package:list' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -638,7 +638,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package:list' -l verbose -d complete $sfdx_looking -xa force:package:uninstall -d 'uninstall packages' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -s p -l package -d 'ID (starts with 04t) or alias of the package version to uninstall' -complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -s w -l wait -d 'number of minutes to wait for uninstall status' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -l json -d 'format output as json' @@ -648,7 +648,7 @@ complete $sfdx_looking -xa force:package:update -d 'update package details' complete -c sfdx -n '__fish_sfdx_using_command force:package:update' -s d -l description -d 'new package description' complete -c sfdx -n '__fish_sfdx_using_command force:package:update' -s n -l name -d 'new package name' complete -c sfdx -n '__fish_sfdx_using_command force:package:update' -s p -l package -d '(required) ID (starts with 0Ho) or alias of the package to update' -complete -c sfdx -n '__fish_sfdx_using_command force:package:update' -s v -l targetdevhubusername -d 'username or alias for the dev hub org; overrides default dev hub org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:update' -s v -l targetdevhubusername -d 'username or alias for the dev hub org' complete -c sfdx -n '__fish_sfdx_using_command force:package:update' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:update' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package:update' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -657,7 +657,7 @@ complete $sfdx_looking -xa force:package:hammertest -d 'run ISV Hammer tests' complete $sfdx_looking -xa force:package:hammertest:list -d 'list the statuses of running and completed ISV Hammer tests' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:list' -s i -l packageversionid -d 'ID of the package version to list results for' -complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:list' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:list' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:list' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:list' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:list' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -665,7 +665,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:list' -l complete $sfdx_looking -xa force:package:hammertest:report -d 'display the status or results of a ISV Hammer test' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:report' -s i -l requestid -d '(required) ID of the hammer request to report on' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:report' -s s -l summary -d 'report only a results summary (hide Apex test failures)' -complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:report' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:report' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:report' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:report' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:report' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -677,7 +677,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:run' -s complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:run' -s p -l preview -d 'run the package hammer test in the Salesforce preview version' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:run' -s s -l subscriberorgs -d 'comma-separated list of subscriber org IDs' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:run' -s t -l apextests -d 'after package upgrade validation, run the package\'s Apex tests in the subscriber org' -complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:run' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:run' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:run' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:run' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package:hammertest:run' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -690,12 +690,12 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package:install' -s p -l pa complete -c sfdx -n '__fish_sfdx_using_command force:package:install' -s r -l noprompt -d 'do not prompt for confirmation' complete -c sfdx -n '__fish_sfdx_using_command force:package:install' -s s -l securitytype -d '[default: AllUsers] security access type for the installed package' -xa 'AllUsers AdminsOnly' complete -c sfdx -n '__fish_sfdx_using_command force:package:install' -s t -l upgradetype -d '[default: Mixed] the upgrade type for the package installation' -xa 'DeprecateOnly Mixed Delete' -complete -c sfdx -n '__fish_sfdx_using_command force:package:install' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:install' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:install' -s w -l wait -d 'number of minutes to wait for installation status' complete $sfdx_looking -xa force:package:install:report -d 'retrieve the status of a package installation request' complete -c sfdx -n '__fish_sfdx_using_command force:package:install:report' -s i -l requestid -d '(required) ID of the package install request you want to check' -complete -c sfdx -n '__fish_sfdx_using_command force:package:install:report' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:install:report' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:install:report' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:install:report' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package:install:report' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -703,14 +703,14 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package:install:report' -l complete $sfdx_looking -xa force:package:installed -d 'list installed packages' complete $sfdx_looking -xa force:package:installed:list -d 'list the org’s installed packages' -complete -c sfdx -n '__fish_sfdx_using_command force:package:installed:list' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:installed:list' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:installed:list' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:installed:list' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package:installed:list' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete $sfdx_looking -xa force:package:uninstall -d 'uninstall packages' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -s p -l package -d 'ID (starts with 04t) or alias of the package version to uninstall' -complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -s w -l wait -d 'number of minutes to wait for uninstall status' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -l json -d 'format output as json' @@ -718,7 +718,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall' -l logle complete $sfdx_looking -xa force:package:uninstall:report -d 'retrieve status of package uninstall request' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall:report' -s i -l requestid -d '(required) ID of the package uninstall request you want to check' -complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall:report' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall:report' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall:report' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall:report' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package:uninstall:report' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -737,7 +737,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s n -l name -d '(required) package version name' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s p -l postinstallurl -d 'post install URL' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s r -l releasenotesurl -d 'release notes URL' -complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s v -l version -d 'package version in major.minor format, for example, 3.2' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s w -l wait -d 'minutes to wait for the package version to be created (default: 2 minutes)' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -l apiversion -d 'override the api version used for api requests made by this command' @@ -746,14 +746,14 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -l complete $sfdx_looking -xa force:package1:version:display -d 'display details about a first-generation package version' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:display' -s i -l packageversionid -d '(required) metadata package version ID (starts with 04t)' -complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:display' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:display' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:display' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:display' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:display' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete $sfdx_looking -xa force:package1:version:list -d 'list package versions for the specified first-generation package or for the org' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:list' -s i -l packageid -d 'metadata package ID (starts with 033)' -complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:list' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:list' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:list' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:list' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:list' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -766,7 +766,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s n -l name=name -d '(required) package version name' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s p -l postinstallurl -d 'post install URL' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s r -l releasenotesurl -d 'release notes URL' -complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s v -l version -d 'package version in major.minor format, for example, 3.2' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -s w -l wait -d 'minutes to wait for the package version to be created (default: 2 minutes)' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -l apiversion -d 'override the api version used for api requests made by this command' @@ -775,7 +775,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create' -l complete $sfdx_looking -xa force:package1:version:create:get -d 'retrieve the status of a package version creation request' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create:get' -s i -l requestid -d '(required) PackageUploadRequest ID' -complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create:get' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' +complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create:get' -s u -l targetusername -d 'username or alias for the target org' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create:get' -l apiversion -d 'override the api version used for api requests made by this command' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create:get' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command force:package1:version:create:get' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels @@ -920,7 +920,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy' -l loglevel complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy' -l verbose -d 'display Apex test processing details' complete $sfdx_looking -xa force:source:deploy:cancel -d 'cancel a source deployment' -complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:cancel' -s i -l jobid -d 'job ID of the deployment you want to cancel; defaults to your most recent CLI deployment if not specified' +complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:cancel' -s i -l jobid -d 'job ID of the deployment you want to cancel (default: most recent CLI deployment)' complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:cancel' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:cancel' -s w -l wait -d '[default: 33 minutes] wait time for command to finish in minutes 33' complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:cancel' -l apiversion -d 'override the api version used for api requests made by this command' @@ -928,7 +928,7 @@ complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:cancel' -l js complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:cancel' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels complete $sfdx_looking -xa force:source:deploy:report -d 'check the status of a metadata deployment' -complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:report' -s i -l jobid -d 'job ID of the deployment you want to check; defaults to your most recent CLI deployment if not specified' +complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:report' -s i -l jobid -d 'job ID of the deployment you want to check (default: most recent CLI deployment)' complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:report' -s u -l targetusername -d 'username or alias for the target org; overrides default target org' complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:report' -s w -l wait -d '[default: 33 minutes] wait time for command to finish in minutes 33' complete -c sfdx -n '__fish_sfdx_using_command force:source:deploy:report' -l apiversion -d 'override the api version used for api requests made by this command' @@ -1041,7 +1041,7 @@ complete $sfdx_looking -xa plugins:trust -d 'pack an npm package and produce a t complete $sfdx_looking -xa plugins:trust:sign -d 'pack an npm package and produce a tgz file along with a corresponding digital signature' complete -c sfdx -n '__fish_sfdx_using_command plugins:trust:sign' -s k -l privatekeypath -d '(required) the local file path for the private key.' complete -c sfdx -n '__fish_sfdx_using_command plugins:trust:sign' -s p -l publickeyurl -d '(required) the url where the public key/certificate will be hosted.' -complete -c sfdx -n '__fish_sfdx_using_command plugins:trust:sign' -s s -l signatureurl -d '(required) the url location where the signature will be hosted minus the name of the actual signature file.' +complete -c sfdx -n '__fish_sfdx_using_command plugins:trust:sign' -s s -l signatureurl -d '(required) the url where the signature will be hosted minus name of signature file' complete -c sfdx -n '__fish_sfdx_using_command plugins:trust:sign' -l json -d 'format output as json' complete -c sfdx -n '__fish_sfdx_using_command plugins:trust:sign' -l loglevel -d '[default: warn] logging level for this command invocation' -xa $sfdx_loglevels diff --git a/share/completions/snap.fish b/share/completions/snap.fish index dafa45bfc..7cfe3392d 100644 --- a/share/completions/snap.fish +++ b/share/completions/snap.fish @@ -184,7 +184,7 @@ __fish_snap_option install -l revision -d "Install the given revision of snap, t __fish_snap_option install -l devmode -d "Put snap in development mode and disable security confinement" __fish_snap_option install -l jailmode -d "Put snap in enforced confinement mode" __fish_snap_option install -l classic -d "Put snap in classic mode and disable security confinement" -__fish_snap_option install -l dangerous -d "Install the given snap file even if there are no pre-acknowledged signatures for it, meaning it was not verified and could be dangerous" +__fish_snap_option install -l dangerous -d "Install the given snap even without pre-acknowledged signatures (DANGEROUS)" # Interfaces __fish_snap_subcommand interfaces -d "Lists interfaces in the system" diff --git a/share/completions/stat.fish b/share/completions/stat.fish index 67d34c375..06068abfa 100644 --- a/share/completions/stat.fish +++ b/share/completions/stat.fish @@ -1,8 +1,8 @@ if stat --version 2>/dev/null >/dev/null # GNU complete -c stat -s L -l dereference -d 'follow links' complete -c stat -s f -l file-system -d 'display file system status instead of file status' - complete -c stat -s c -l format -x -d 'use the specified FORMAT instead of the default; output a newline after each use of FORMAT' - complete -c stat -l printf -x -d 'like --format, but interpret backslash escapes, and do not output a mandatory trailing newline. If you want a newline, include \n in FORMAT' + complete -c stat -s c -l format -x -d 'use the specified FORMAT, with implicit newline' + complete -c stat -l printf -x -d 'use specified FORMAT, with backslash escapes and no implicit trailing newline' complete -c stat -s t -l terse -d 'print the information in terse form' complete -c stat -l help -d 'display this help and exit' complete -c stat -l version -d 'output version information and exit' diff --git a/share/completions/svn.fish b/share/completions/svn.fish index eec5f7a36..0e395230d 100644 --- a/share/completions/svn.fish +++ b/share/completions/svn.fish @@ -69,42 +69,42 @@ set -l unlock unlock set -l update 'up update' set -l upgrade upgrade -complete -c svn -n __fish_use_subcommand -x -a $add -d 'Put files and directories under version control, scheduling them for addition to repository. They will be added in next commit.' -complete -c svn -n __fish_use_subcommand -x -a $blame -d 'Output the content of specified files or URLs with revision and author information in-line.' -complete -c svn -n __fish_use_subcommand -x -a $cat -d 'Output the content of specified files or URLs.' -complete -c svn -n __fish_use_subcommand -x -a $changelist -d 'Output the content of specified files or URLs with revision and author information in-line.' -complete -c svn -n __fish_use_subcommand -x -a $checkout -d 'Check out a working copy from a repository.' -complete -c svn -n __fish_use_subcommand -x -a $cleanup -d 'Recursively clean up the working copy, removing locks, resuming unfinished operations, etc.' -complete -c svn -n __fish_use_subcommand -x -a $commit -d 'Send changes from your working copy to the repository.' -complete -c svn -n __fish_use_subcommand -x -a $copy -d 'Duplicate something in working copy or repository, remembering history.' -complete -c svn -n __fish_use_subcommand -x -a $diff -d 'Display the differences between two revisions or paths.' -complete -c svn -n __fish_use_subcommand -x -a $export -d 'Create an unversioned copy of a tree.' -complete -c svn -n __fish_use_subcommand -x -a $help -d 'Describe the usage of this program or its subcommands.' -complete -c svn -n __fish_use_subcommand -x -a $import -d 'Commit an unversioned file or tree into the repository.' -complete -c svn -n __fish_use_subcommand -x -a $info -d 'Display information about a local or remote item.' -complete -c svn -n __fish_use_subcommand -x -a $list -d 'List directory entries in the repository.' -complete -c svn -n __fish_use_subcommand -x -a $lock -d 'Lock working copy paths or URLs in the repository, so that no other user can commit changes to them.' -complete -c svn -n __fish_use_subcommand -x -a $log -d 'Show the log messages for a set of revision(s) and/or file(s).' -complete -c svn -n __fish_use_subcommand -x -a $merge -d 'Apply the differences between two sources to a working copy path.' +complete -c svn -n __fish_use_subcommand -x -a $add -d 'Put files under version control, scheduling them for addition in the next commit' +complete -c svn -n __fish_use_subcommand -x -a $blame -d 'Output the content of specified files or URLs with revision and author information in-line' +complete -c svn -n __fish_use_subcommand -x -a $cat -d 'Output the content of specified files or URLs' +complete -c svn -n __fish_use_subcommand -x -a $changelist -d 'Output the content of specified files or URLs with revision and author information in-line' +complete -c svn -n __fish_use_subcommand -x -a $checkout -d 'Check out a working copy from a repository' +complete -c svn -n __fish_use_subcommand -x -a $cleanup -d 'Recursively clean up the working copy, removing locks, resuming unfinished operations, etc' +complete -c svn -n __fish_use_subcommand -x -a $commit -d 'Send changes from your working copy to the repository' +complete -c svn -n __fish_use_subcommand -x -a $copy -d 'Duplicate something in working copy or repository, remembering history' +complete -c svn -n __fish_use_subcommand -x -a $diff -d 'Display the differences between two revisions or paths' +complete -c svn -n __fish_use_subcommand -x -a $export -d 'Create an unversioned copy of a tree' +complete -c svn -n __fish_use_subcommand -x -a $help -d 'Describe the usage of this program or its subcommands' +complete -c svn -n __fish_use_subcommand -x -a $import -d 'Commit an unversioned file or tree into the repository' +complete -c svn -n __fish_use_subcommand -x -a $info -d 'Display information about a local or remote item' +complete -c svn -n __fish_use_subcommand -x -a $list -d 'List directory entries in the repository' +complete -c svn -n __fish_use_subcommand -x -a $lock -d 'Lock working copy paths or URLs in the repository, so that no other user can commit changes to them' +complete -c svn -n __fish_use_subcommand -x -a $log -d 'Show the log messages for a set of revision(s) and/or file(s)' +complete -c svn -n __fish_use_subcommand -x -a $merge -d 'Apply the differences between two sources to a working copy path' complete -c svn -n __fish_use_subcommand -x -a $mergeinfo -d 'Display information related to merges' -complete -c svn -n __fish_use_subcommand -x -a $mkdir -d 'Create a new directory under version control.' -complete -c svn -n __fish_use_subcommand -x -a $move -d 'Move and/or rename something in working copy or repository.' +complete -c svn -n __fish_use_subcommand -x -a $mkdir -d 'Create a new directory under version control' +complete -c svn -n __fish_use_subcommand -x -a $move -d 'Move and/or rename something in working copy or repository' complete -c svn -n __fish_use_subcommand -x -a $patch -d 'Apply a unidiff patch to the working copy' -complete -c svn -n __fish_use_subcommand -x -a $propdel -d 'Remove a property from files, dirs, or revisions.' -complete -c svn -n __fish_use_subcommand -x -a $propedit -d 'Edit a property with an external editor.' -complete -c svn -n __fish_use_subcommand -x -a $propget -d 'Print the value of a property on files, dirs, or revisions.' -complete -c svn -n __fish_use_subcommand -x -a $proplist -d 'List all properties on files, dirs, or revisions.' -complete -c svn -n __fish_use_subcommand -x -a $propset -d 'Set the value of a property on files, dirs, or revisions.' +complete -c svn -n __fish_use_subcommand -x -a $propdel -d 'Remove a property from files, dirs, or revisions' +complete -c svn -n __fish_use_subcommand -x -a $propedit -d 'Edit a property with an external editor' +complete -c svn -n __fish_use_subcommand -x -a $propget -d 'Print the value of a property on files, dirs, or revisions' +complete -c svn -n __fish_use_subcommand -x -a $proplist -d 'List all properties on files, dirs, or revisions' +complete -c svn -n __fish_use_subcommand -x -a $propset -d 'Set the value of a property on files, dirs, or revisions' complete -c svn -n __fish_use_subcommand -x -a $relocate -d 'Rewrite working copy url metadata' -complete -c svn -n __fish_use_subcommand -x -a $remove -d 'Remove files and directories from version control.' -complete -c svn -n __fish_use_subcommand -x -a $resolve -d 'Remove conflicts on working copy files or directories.' -complete -c svn -n __fish_use_subcommand -x -a $resolved -d 'Remove \'conflicted\' state on working copy files or directories.' -complete -c svn -n __fish_use_subcommand -x -a $revert -d 'Restore pristine working copy file (undo most local edits).' -complete -c svn -n __fish_use_subcommand -x -a $stat -d 'Print the status of working copy files and directories.' -complete -c svn -n __fish_use_subcommand -x -a $switch -d 'Update the working copy to a different URL.' -complete -c svn -n __fish_use_subcommand -x -a $unlock -d 'Unlock working copy paths or URLs.' -complete -c svn -n __fish_use_subcommand -x -a $update -d 'Bring changes from the repository into the working copy.' -complete -c svn -n __fish_use_subcommand -x -a $upgrade -d 'Upgrade the metadata storage format for a working copy.' +complete -c svn -n __fish_use_subcommand -x -a $remove -d 'Remove files and directories from version control' +complete -c svn -n __fish_use_subcommand -x -a $resolve -d 'Remove conflicts on working copy files or directories' +complete -c svn -n __fish_use_subcommand -x -a $resolved -d 'Remove \'conflicted\' state on working copy files or directories' +complete -c svn -n __fish_use_subcommand -x -a $revert -d 'Restore pristine working copy file (undo most local edits)' +complete -c svn -n __fish_use_subcommand -x -a $stat -d 'Print the status of working copy files and directories' +complete -c svn -n __fish_use_subcommand -x -a $switch -d 'Update the working copy to a different URL' +complete -c svn -n __fish_use_subcommand -x -a $unlock -d 'Unlock working copy paths or URLs' +complete -c svn -n __fish_use_subcommand -x -a $update -d 'Bring changes from the repository into the working copy' +complete -c svn -n __fish_use_subcommand -x -a $upgrade -d 'Upgrade the metadata storage format for a working copy' # # Global commands diff --git a/share/completions/systemd-analyze.fish b/share/completions/systemd-analyze.fish index 5d8c59059..985d76d37 100644 --- a/share/completions/systemd-analyze.fish +++ b/share/completions/systemd-analyze.fish @@ -13,7 +13,7 @@ complete -c systemd-analyze -l order -d 'dot: show only After and Before depende complete -c systemd-analyze -l require -d 'dot: show only Requires, Requisite, Wants and Conflicts dependencies' -n "not __fish_contains_opt order require" complete -c systemd-analyze -l from-pattern -d 'dot: show relationships matching left-hand nodes pattern' complete -c systemd-analyze -l to-pattern -d 'dot: show relationships matching right-hand nodes pattern' -complete -c systemd-analyze -l fuzz -x -d 'critical-chain: also show units, which finished timespan earlier, than the latest unit in the same level' +complete -c systemd-analyze -l fuzz -x -d 'critical-chain: also show units, which finished timespan earlier, than latest unit in the same level' complete -c systemd-analyze -l man -xa no -d 'Do not invoke man to verify the existence of man pages' complete -c systemd-analyze -l generators -d 'Invoke unit generators' complete -c systemd-analyze -l root -xa "(__fish_complete_directories)" -d 'With cat-files, show config files underneath the specified root path' diff --git a/share/completions/tail.fish b/share/completions/tail.fish index 48ea9d9b0..d86351ddd 100644 --- a/share/completions/tail.fish +++ b/share/completions/tail.fish @@ -1,12 +1,12 @@ if tail --version >/dev/null 2>/dev/null complete -c tail -s c -l bytes -x -d 'output the last K bytes; alternatively, use -c +K to output bytes starting with the Kth of each file' - complete -c tail -s f -l follow -a 'name descriptor' -d 'output appended data as the file grows; -f -l follow, and --follow=descriptor are equivalent' + complete -c tail -s f -l follow -a 'name descriptor' -d 'output appended data as the file grows' complete -c tail -s F -d 'same as --follow=name --retry' - complete -c tail -s n -l lines -x -d 'output the last K lines, instead of the last 10; or use -n +K to output lines starting with the Kth' + complete -c tail -s n -l lines -x -d 'output the last K lines, instead of last 10; or use -n +K to output lines starting with the Kth' complete -c tail -l max-unchanged-stats -x -d 'with --follow=name, reopen a FILE which has not changed size after N iterations' complete -c tail -l pid -d 'with -f, terminate after process ID, PID dies' -xa '(__fish_complete_pids)' complete -c tail -s q -l quiet -l silent -d 'never output headers giving file names' - complete -c tail -l retry -d 'keep trying to open a file even when it is or becomes inaccessible; useful when following by name, i.e., with --follow=name' + complete -c tail -l retry -d 'keep trying to open a file even when it is inaccessible; useful with --follow=name' complete -c tail -s s -l sleep-interval -x -d 'with -f, sleep for approximately N seconds (default 1.0) between iterations' complete -c tail -s v -l verbose -d 'always output headers giving file names' complete -c tail -x -l help -d 'display this help and exit' diff --git a/share/completions/vim.fish b/share/completions/vim.fish index 0a449e3cf..c151dfe42 100644 --- a/share/completions/vim.fish +++ b/share/completions/vim.fish @@ -1,5 +1,5 @@ # these don't work -#complete vim -a - -d 'The file to edit is read from stdin. Commands are read from stderr, which should be a tty' +#complete vim -a - -d 'Read file from stdin, commands from stderr, which should be a tty' function __fish_vim_find_tags_path set -l max_depth 10 diff --git a/share/completions/xbps-uchroot.fish b/share/completions/xbps-uchroot.fish index fc7733107..8a6ec6035 100644 --- a/share/completions/xbps-uchroot.fish +++ b/share/completions/xbps-uchroot.fish @@ -5,7 +5,7 @@ set -l progname xbps-uchroot complete -c $progname -f -a "(__fish_complete_directories)" -complete -c $progname -s b -d 'Bind mounts src into CHROOTDIR/dest.' -F -complete -c $progname -s O -d 'Setups a temporary directory and then creates an overlay layer (via overlayfs).' -complete -c $progname -s o -d 'Arguments passed to the tmpfs mount, if the O and t options are specified.' -complete -c $progname -s t -d 'This makes the temporary directory to be mounted in tmpfs, so that everything is stored in RAM. Used only with -O.' +complete -c $progname -s b -d 'Bind mounts src into CHROOTDIR/dest' -F +complete -c $progname -s O -d 'Setups a temporary directory and then creates an overlay layer (via overlayfs)' +complete -c $progname -s o -d 'Arguments passed to the tmpfs mount, if the O and t options are specified' +complete -c $progname -s t -d 'Mount temp directory in tmpfs (everything stored in RAM). Use only with -O' diff --git a/share/completions/zypper.fish b/share/completions/zypper.fish index 4286f91b7..e7e684bf1 100644 --- a/share/completions/zypper.fish +++ b/share/completions/zypper.fish @@ -527,7 +527,7 @@ complete -c zypper -n __fish_zypper_is_subcommand_se -l file-list -s f -d 'Searc 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' complete -c zypper -n __fish_zypper_is_subcommand_se -l details -s s -d 'Show each available version in each repository on a separate line' -complete -c zypper -n __fish_zypper_is_subcommand_se -l verbose -s s -d 'Like --details, with additional information where the search has matched (useful for search in dependencies)' +complete -c zypper -n __fish_zypper_is_subcommand_se -l verbose -s s -d 'Like --details, with additional info (useful for search in dependencies)' complete -c zypper -n __fish_zypper_is_subcommand_se -l sort-by-name -d 'Sort packages by name (default)' complete -c zypper -n __fish_zypper_is_subcommand_se -l sort-by-repo -d 'Sort packages by repository' complete -c zypper -n __fish_zypper_is_subcommand_se -l repo -s r -rf -a "(__fish_zypper_print_repos -e)" -d 'Search only in the specified repository'