mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
completions: More shortening
Also removes a few deprecated options - there's really no need to offer these.
This commit is contained in:
parent
29f2da8d18
commit
5dc07c9e7e
34 changed files with 918 additions and 938 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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 <LATENCY>. Enable all idle states with a latency lower than <LATENCY>."
|
||||
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 <LATENCY>"
|
||||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <x> <y> <v> <h> rectangle'
|
||||
complete -c cwebp -x -o resize -d 'Resize picture to <w> <h> after any cropping'
|
||||
|
|
|
@ -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<dir>.(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 <vm-service-uri>/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 <vm-service-uri>/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 <vm-service-uri>/devtools'
|
||||
complete -c dart -n '__fish_seen_subcommand_from run' -l no-serve-devtools -d 'Serve Dart DevTools debugger/profiler via service at <vm-service-uri>/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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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 <string> 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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 \
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue