Insatiable Questers
General Improvements
- Action status is now reported as it comes in, instead of being logged all at once after everything is complete. This is particularly nice if you have async actions.
- Adds support for comments in the actions array that are outputted to the results screen.
- Now uses ora to output action results and show spinners.
- Shortens built-in action names in the results output to a 2 character abbreviation (param available to show full action type names)
- Various bug fixes
Updated Actions
addMany
has a newverbose
option that can be set tofalse
to prevent the actions from listing all files that it adds. Instead it only reports the number of files added.