@avandar/acclimate 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -281,9 +281,8 @@ Acclimate.run(root);
|
|
|
281
281
|
- [ ] Add default `help` command and `--help` option. This should show the CLI
|
|
282
282
|
description and all param documentation.
|
|
283
283
|
- [ ] Make the `description` actually get printed.
|
|
284
|
-
- [
|
|
284
|
+
- [x] Show all CLI param descriptions if command is run with no arguments or if
|
|
285
285
|
there is a param-related error.
|
|
286
|
-
- [
|
|
287
|
-
- [
|
|
286
|
+
- [x] Add helper functions to log to stdout in different colors
|
|
287
|
+
- [x] Add logic for `askIfEmpty` to enter an interactive mode to receive inputs
|
|
288
288
|
for different params.
|
|
289
|
-
- [ ] Add an option to only `askIfEmptyAndRequired`.
|