Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
The following syntax for options is accepted (both '-' and '--' are ok): | |
--flag (bool flags only) | |
--no-flag (bool flags only) | |
--flag=value (non-bool flags only, no spaces around '=') | |
--flag value (non-bool flags only) | |
-- (captures all remaining args in JavaScript) | |
Options: | |
--abort-on-contradictory-flags (Disallow flags or implications overriding each other.) | |
type: bool default: --no-abort-on-contradictory-flags |
OlderNewer