-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Env: Fixed
run
Argument Passing (#41179)
* Fixed `run` Argument Passing By enabling the `unknown-options-as-args` parser option, any options passed to the command that are not registered will be given to the command as arguments. This lets us pass them to the container without quoting them. Note: --help and --version can't be passed since they aren't unknown. This is probably fine though and we can handle that using quotes when necessary. * Documented Quotes Behavior Since we no longer require the quotes, this commit updates the documentation to explain what cases they are required to be used. This will keep it from being a surprise if a command does not behave as expected. * Added Changelog Entry
- Loading branch information
1 parent
df32bdd
commit 61c5e1f
Showing
4 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters