v1.0.0
Release v1.0.0 of ComptPlus
This is the initial release of ComptPlus, a fork of cobra-prompt
. Below are the key updates and changes:
Completions for Flag Values
- Autocomplete support for flag values.
- Default cache duration for responses set to 500ms.
Hooks: HookBefore, HookAfter
- Added
HookBefore
andHookAfter
for additional actions before and after command execution.
Refactor
- Codebase refactored for easier maintenance of
findSuggestions
.
Persist Flag Values
- Changes in
PersistFlagValues
behavior- Rather than adding a flag, setting
PersistFlagValues
to true will directly influence persistance throughout the entire shell session. - Rather than resetting flags to their default value every time a new character is typed, flag defaults are set after a command execution
- Rather than adding a flag, setting