From 436c45bce28016e9dbcffb9885dafebef570e0fb Mon Sep 17 00:00:00 2001 From: John Gee Date: Sun, 22 Sep 2019 17:25:48 +1200 Subject: [PATCH 1/2] Add note that only supported on node 8 and above --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 9404ce627..91d084537 100644 --- a/Readme.md +++ b/Readme.md @@ -42,6 +42,8 @@ The complete solution for [node.js](http://nodejs.org) command-line interfaces, npm install commander ``` +Commander is supported on Node 8 and above (and may still work on older versions but is not tested below 8). + ## Declaring _program_ variable Commander exports a global object which is convenient for quick programs. From ca885cd8540e2a8a2d0c1627e6e90c6a6fbbcd83 Mon Sep 17 00:00:00 2001 From: John Gee Date: Sun, 29 Sep 2019 14:22:57 +1300 Subject: [PATCH 2/2] Move supported node into Support section --- Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 91d084537..c1ba24672 100644 --- a/Readme.md +++ b/Readme.md @@ -42,8 +42,6 @@ The complete solution for [node.js](http://nodejs.org) command-line interfaces, npm install commander ``` -Commander is supported on Node 8 and above (and may still work on older versions but is not tested below 8). - ## Declaring _program_ variable Commander exports a global object which is convenient for quick programs. @@ -628,6 +626,10 @@ More Demos can be found in the [examples](https://github.com/tj/commander.js/tre ## Support +Commander is supported on Node 8 and above. (Commander is likely to still work on older versions of Node, but is not tested below Node 8.) + +The main forum for free and community support is the project [Issues](https://github.com/tj/commander.js/issues) on GitHub. + [Professionally supported commander is now available](https://tidelift.com/subscription/pkg/npm-commander?utm_source=npm-commander&utm_medium=referral&utm_campaign=readme) Tidelift gives software development teams a single source for purchasing and maintaining their software, with professional grade assurances from the experts who know it best, while seamlessly integrating with existing tools.