Skip to content

Releases: ryangoree/gud-cli

clide-js@0.2.13

05 Mar 23:57
c359cb2

Choose a tag to compare

Patch Changes

  • 178184c: Changed OptionsGetter.get to take the options as direct arguments instead of an array.
  • ad5b64a: Fixed type error in fork.

clide-js@0.2.12

05 Mar 17:37
4a5d25e

Choose a tag to compare

Patch Changes

  • 5e18330: Added an options factory function for creating strongly typed OptionsConfig objects.

clide-js@0.2.9

04 Mar 23:12
10aec5e

Choose a tag to compare

Patch Changes

  • cfaf39a: Patched OptionType to include custom options added via OptionPrimitiveTypeMap declaration merging.

clide-js@0.2.8

04 Mar 22:49
c1059cb

Choose a tag to compare

Patch Changes

  • 500b0e7: Fixed parsing for quoted strings.
  • e200d9c: Added a defaultCommand option to run that will be run if no command is provided in argv.

clide-js@0.2.7

04 Mar 07:15
6a7edfe

Choose a tag to compare

Patch Changes

clide-js@0.2.6

04 Mar 06:36
f2dfbd3

Choose a tag to compare

Patch Changes

  • a6212d1: Added a choices field to option configs which will default to a "select" prompt when triggered.
  • d7536ba: Added a default prompt for missing required options as explained in the README. Previously, the prompt would only show if explicitly provided in the getter options.

clide-js@0.2.11

04 Mar 23:49
8325d78

Choose a tag to compare

Patch Changes

  • 48c37f3: Fixed parsing for hex strings

clide-js@0.2.10

04 Mar 23:25
c078c6a

Choose a tag to compare

Patch Changes

  • 022525d: Patched prompting for custom option types

clide-js@0.2.5

03 Mar 06:33
a6e43a8

Choose a tag to compare

Patch Changes

  • 02e2b65: Fixed prompt types by adding missing @types/prompts dependency.
  • 02e2b65: General types and error formatting polish

clide-js@0.2.4

17 Jan 23:24
36262bc

Choose a tag to compare

Patch Changes

  • 5c81fa1: Polished up the HooksEmitter types and doc comments
  • e13a262: Simplify command type params