Skip to content

Releases: gridbugs/climate

0.9.0

10 Nov 13:18

Choose a tag to compare

Added

  • Multiple-lined documents are automatically aligned (#27)

0.8.7

07 Nov 07:47

Choose a tag to compare

Changed

  • Update stale information in readme.

0.8.6

05 Nov 00:28

Choose a tag to compare

Changed

  • Allow flags to be hidden (#25)

0.8.5

13 Oct 08:56

Choose a tag to compare

Changed

  • Quote some values in error messages (#24)

0.8.4

25 Sep 08:06
6295a73

Choose a tag to compare

Expose Completion_options.t type (#23)

Signed-off-by: Stephen Sherratt <stephen@sherra.tt>

0.8.3

04 Sep 16:16

Choose a tag to compare

Fixed

  • Fix alignment of doc text of positional arguments (#21)
  • Print repeated positional argument docs below fixed positional argument docs (#22)

0.8.2

20 Aug 03:09
89954ca

Choose a tag to compare

Fixed

  • Only call compopt if it's defined (#20)

0.8.1

14 Aug 07:22

Choose a tag to compare

Fixed

  • Omit hidden args from completions (#19)

0.8.0

10 Aug 06:47

Choose a tag to compare

Added

  • Add a help command (#18)

0.7.0

06 Aug 07:43

Choose a tag to compare

Changed

  • Include usage string in all parse errors, and detect invalid subcommands
    instead of treating them as positional arguments. (#17, fixes #15)