You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -104,7 +111,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
104
111
105
112
-*Breaking:* removed internal fallback to `require.main.filename` when script not known from arguments passed to `.parse()` (can supply details using `.name()`, and `.executableDir()` or `executableFile`) ([#1571])
106
113
107
-
108
114
## [9.0.0-1] (2022-01-15)
109
115
110
116
(Released in 9.0.0)
@@ -286,8 +292,8 @@ program.showHelpAfterError();
286
292
### Changed
287
293
288
294
-*Breaking:* options are stored safely by default, not as properties on the command ([#1409])
289
-
- this especially affects accessing options on program, use `program.opts()`
290
-
- revert behaviour with `.storeOptionsAsProperties()`
295
+
- this especially affects accessing options on program, use `program.opts()`
296
+
- revert behaviour with `.storeOptionsAsProperties()`
291
297
-*Breaking:* action handlers are passed options and command separately ([#1409])
292
298
- deprecated callback parameter to `.help()` and `.outputHelp()` (removed from README) ([#1296])
293
299
-*Breaking:* errors now displayed using `process.stderr.write()` instead of `console.error()`
@@ -306,9 +312,9 @@ program.showHelpAfterError();
306
312
### Deleted
307
313
308
314
-*Breaking:*`.passCommandToAction()` ([#1409])
309
-
- no longer needed as action handler is passed options and command
315
+
- no longer needed as action handler is passed options and command
310
316
-*Breaking:* "extra arguments" parameter to action handler ([#1409])
311
-
- if being used to detect excess arguments, there is now an error available by setting `.allowExcessArguments(false)`
317
+
- if being used to detect excess arguments, there is now an error available by setting `.allowExcessArguments(false)`
312
318
313
319
### Migration Tips
314
320
@@ -393,7 +399,7 @@ program
393
399
394
400
### Fixed
395
401
396
-
- some tests failed if directory path included a space ([1390])
402
+
- some tests failed if directory path included a space ([#1390])
0 commit comments