@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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. 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
- - [ ] Show all CLI param descriptions if command is run with no arguments or if
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
- - [ ] Add helper functions to log to stdout in different colors
287
- - [ ] Add logic for `askIfEmpty` to enter an interactive mode to receive inputs
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`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avandar/acclimate",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "A lightweight TypeScript framework for building CLI tools.",
5
5
  "license": "MIT",
6
6
  "type": "module",