Ronnie
Ronnie
promptui has a select and prompt feature but that is all. https://github.com/AlecAivazis/survey has many more prompt options such as mutliline, confirm and multiselect. I think moving to survey is going...
Just like the other options, this would allow us to build a changie fragment without any prompts
Would give the option to short cut any custom option prompts. We should be able to use multiple options and align the key value pair of a custom value should...
https://tip.golang.org/pkg/io/fs/ https://golang.org/pkg/testing/fstest/#MapFS to test - [ ] Remove afero as a dependency - [ ] Create interfaces for writing files as fs.FS does not include writing details. os has functions...
Creating a few test util functions for equal, deep equal for maps, all equal for slices and maybe a few others should be all we need. We can then create...
* auth results can be an array of arrays * Object.assign needs an empty object or it modifies the original * should be `_isObjectLockEnabled` not `!_isObjectLockEnabled` * add unit tests
The hugo template I used is fine but I think having search will be great and it has been kind of a pain to add new pages and stuff. So...
**Describe the solution you'd like** Small section on the new docs about how to use `yq`, and a few examples, to pull out data from the .changie.yaml file for use...
Fixes #214 Open questions: Not sure if this mega switch case is really the way to go, I thought of creating an enum but either way we have a separate...