@@ -1382,7 +1382,7 @@ var yargs = require("yargs")(['--help'])
13821382
13831383Later on, ` argv ` can be retrieved with ` yargs.argv ` .
13841384
1385- .implies(x, y)
1385+ < a name = " implies " ></ a > .implies(x, y)
13861386--------------
13871387
13881388Given the key ` x ` is set, it is required that the key ` y ` is set.
@@ -1578,13 +1578,15 @@ Valid `opt` keys include:
15781578- ` coerce ` : function, coerce or transform parsed command line values into another value, see [ ` coerce() ` ] ( #coerce )
15791579- ` config ` : boolean, interpret option as a path to a JSON config file, see [ ` config() ` ] ( #config )
15801580- ` configParser ` : function, provide a custom config parsing function, see [ ` config() ` ] ( #config )
1581+ - ` conflicts ` : string or object, require certain keys not to be set, see [ ` conflicts() ` ] ( #conflicts )
15811582- ` count ` : boolean, interpret option as a count of boolean flags, see [ ` count() ` ] ( #count )
15821583- ` default ` : value, set a default value for the option, see [ ` default() ` ] ( #default )
15831584- ` defaultDescription ` : string, use this description for the default value in help content, see [ ` default() ` ] ( #default )
15841585- ` demandOption ` : boolean or string, demand the option be given, with optional error message, see [ ` demandOption() ` ] ( #demandOption )
15851586- ` desc ` /` describe ` /` description ` : string, the option description for help content, see [ ` describe() ` ] ( #describe )
15861587- ` global ` : boolean, indicate that this key should not be [ reset] ( #reset ) when a command is invoked, see [ ` global() ` ] ( #global )
15871588- ` group ` : string, when displaying usage instructions place the option under an alternative group heading, see [ ` group() ` ] ( #group )
1589+ - ` implies ` : string or object, require certain keys to be set, see [ ` implies() ` ] ( #implies )
15881590- ` nargs ` : number, specify how many arguments should be consumed for the option, see [ ` nargs() ` ] ( #nargs )
15891591- ` normalize ` : boolean, apply ` path.normalize() ` to the option, see [ ` normalize() ` ] ( #normalize )
15901592- ` number ` : boolean, interpret option as a number, [ ` number() ` ] ( #number )
0 commit comments