Lines Matching +refs:is +refs:mnot

105 * we now warn if the yargs stanza package.json is used.
149 * middleware should work regardless of when method is called ([664b265](https://github.com/yargs/y…
188 * yargs-parser does not populate 'false' when boolean flag is not passed
220 * requiresArg is now simply an alias for nargs(1) ([#1054](https://github.com/yargs/yargs/issues/10…
375 * parse() now behaves as an alias for .argv, unless a parseCallback is provided.
397 * positional arguments now work if no handler is provided to inner command ([#864](https://github.c…
414 * Node 4+ is now required; this will allow us to start updating our dependencies.
415 …he first argument to strict() is now used to enable/disable its functionality, rather than control…
480 * if only one column is provided for examples, allow it to take up the entire line ([#749](https://…
488 * `extends` key in config file is now used for extending other config files
521 * still freeze/unfreeze if parse() is called in isolation ([#717](https://github.com/yargs/yargs/is…
544 * yargs is now passed as the third-argument to fail handler ([#613](https://github.com/yargs/yargs/…
549 * normalizing package data is an expensive operation ([#705](https://github.com/yargs/yargs/issues/…
625 * for args that have skipValidation set to `true`, check if the parsed arg is `true` ([#619](https:…
646 * coerce is now applied as a final step after other parsing is complete
678 * fail is now applied globally.
679 * we now default to an empty builder function when command is executed with no builder.
719 * builder is now optional for a command module ([#545](https://github.com/yargs/yargs/issues/545)) …
785 - [#454](https://github.com/yargs/yargs/pull/454) fix demand() when second argument is an array (@e…
790 - [#436](https://github.com/yargs/yargs/pull/436) the rebase method is only used by tests, do not e…
826 - [#357](https://github.com/bcoe/yargs/pull/357) .strict() now requires that a valid command is pro…
949 if it is being run in the context of a command (@tschaub)
1003 …c16cc085501155cf7fd853ccdf8584b05ab92b78) message for non-option arguments is now optional, thanks…
1057 …gs/commit/c3f35e99bd5a0d278073fcadd95e2d778616cc17) make sure dot-notation is applied to aliases (…
1100 …bcoe/yargs/commit/fbc777f416eeefd37c84e44d27d7dfc7c1925721) Now that yargs is the successor to opt…
1110 …ommit/bef74fcddc1544598a804f80d0a3728459f196bf) Informing users that Yargs is the official optimis…
1218 …c7a0ec94ce4199a505f0518b4d6635d4e47cc81) Fix for windows. On windows there is no _ in environment.…
1244 …m/bcoe/yargs/commit/d09b71980ef711b6cf3918cd19beec8257e40e82) If "default" is set to false it was …
1255 …da8d86e455bbf74ce497864cb8ab5b9fb847) [fix test] Update to ensure optimist is aware of default boo…
1280 …com/bcoe/yargs/commit/3c4cf2901a29bac119cca8e983028d8669230ec6) .options() is now heaps simpler (@…
1303 …om/bcoe/yargs/commit/63df2f371f31e63d7f1dec2cbf0022a5f08da9d2) replicated mnot's bug in whichNodeE…
1329 …m/bcoe/yargs/commit/8d089d24cd687c0bde3640a96c09b78f884900dd) bool example is more consistent and …
1333 … so the export can be called to create an instance or used for argv, which is the most common case…