------------------
- New release: 1.3.0 → 1.4.0. [Zach White]
- Improve the docs in preparation for 1.4.0. [Zach White]
- Update docs. [Zach White]
- Work around a bug with input on windows (34) [Zach White]
- Add support for securely collecting passwords. (32) [Zach White]
* Only ask questions if we are an interactive process
* add tests for the question script
* add a breaking changes entry
* typo
* first pass at implementing 1
* Second pass
* make flake8 happy
* get the tests working correctly
- Basic spinner support (33) [Erovia <Eroviausers.noreply.github.com>
Co-authored-by: Erovia <Eroviausers.noreply.github.com>, Zach White]
* basic spinner support
* update readme
* add a spinner for QMK
* Apply suggestions from code review
- Only ask questions if we are an interactive process (30) [Zach White]
* Only ask questions if we are an interactive process
* add tests for the question script
* tweak color
* add a breaking changes entry
* typo
* make ci happy
- Allow config values to be set by attribute (31) [Zach White]
- Eliminate the need to use environment variables for metadata (29)
[Zach White]
* Eliminate the need to use environment variables for metadata
* properly handle dashes in subcommands
* correctly handle subcommands and arguments with dashes
* fix automatic app name detection
* add a warning about importing set_metadata and cli
* update docs
* yapf
* fix the description for config --all
- Improve the config command (28) [Zach White]
* The config command now filters out configuration that has not been set
* tweak
* remove print
* typo
* sort the config before printing it
- Script to show the available ANSI colors. [Zach White]