Releases: reeflective/console
Releases · reeflective/console
v0.1.10
Full Changelog: v0.1.9...v0.1.10
v0.1.9
Full Changelog: v0.1.8...v0.1.9
v0.1.8 - Bug fixes
What's Changed
- Enhancements to readline settings command by @maxlandon in #24
- dev by @maxlandon in #25
- dev by @maxlandon in #26
Full Changelog: v0.1.6...v0.1.8
v0.1.7
Commands
-
Command filtering code has been enhanced with error templates to return a library-specific
error message when running a command failed because it was marked filtered.
New functions include:CheckIsAvailable(cmd *cobra.Command) error
SetErrUnavailableCommandTemplate()
to set custom errors when a command is filtered.
-
Arbitrary command lines can be ran at any point with the
RunCommand{Args,Line}
functions.
Dependencies
Readline shell and the carapace completion engines are updated to their latest version.
Others
Various fixes to the code, and cleanup.
v0.1.6
v0.1.5
v0.1.4
Fixes to readline commands
What's Changed
- Fixes to readline commands && updates deps by @maxlandon in #19
- Fixes to stupidity again by @maxlandon in #20
Full Changelog: v0.1.2...v0.1.3
Readline commands
Added readline commands available to manipulate readline bindings and options
Latest carapace completion engine
Use the latest version of our fork of the carapace completion engine used as library, with better support for Windows path completion