Skip to content

Releases: ksk001100/seahorse

v2.2.0

02 Dec 09:40
36c5f28
Compare
Choose a tag to compare
  • Add u64 flag type #72
  • Allow actions to return ActionResult values to represent errors #76

v2.1.0

16 Apr 20:04
Compare
Choose a tag to compare
  • nested sub command #71

v2.0.0

16 Feb 22:30
Compare
Choose a tag to compare
  • Remove color module #65
  • Fix flag help text #68

v1.1.2

13 Apr 11:44
Compare
Choose a tag to compare
  • Fix help text #58
  • Fix panic macro #59

v1.1.1

31 Oct 08:37
d69ed6b
Compare
Choose a tag to compare
  • Show command alias in help

v1.1.0

31 Oct 07:41
8963ae3
Compare
Choose a tag to compare
  • Help Improvements
  • Add description field to Command struct
  • Changed the usage of the Flag struct to description

v1.0.0

30 May 08:38
a439e12
Compare
Choose a tag to compare
  • Action inside call help.
  • Optional other then required fields.
  • Enabling error handling in the action function
  • Command alias

v0.7.1

25 Mar 03:37
Compare
Choose a tag to compare
  • Check same named command when a command is added

v0.7.0

04 Mar 04:29
Compare
Choose a tag to compare
  • Remove Redundant Code in App#run
  • flag parsing error with kind message
  • Single and Multiple branch deletion of App

v0.6.2

27 Feb 02:41
Compare
Choose a tag to compare
  • Refactoring