Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1020 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 1020 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.5.0] - 2023-01-28

Added

  • RunContext - option to pass context into nested command execututions. (#9 by @klowdo)

[0.4.0] - 2022-10-04

Added

  • SuggestionFilter to CobraPrompt. Function to decide which suggestions that should be presentet to the user. Overrides the current filter from go-prompt. (#8 by @klowdo)

[0.3.0] - 2022-04-25

Added

  • InArgsParser to CobraPrompt. This makes it possible to decide how arguments should be structured before passing them to Cobra. (#7 by @klowdo)