Skip to content

Releases: leandro-lprsoft/pascli

fix not allowed flags

20 Feb 14:07
Compare
Choose a tag to compare
  • fix disallowed flags when parameters were passed using long names
  • unit tests updated

1.7.2

12 Oct 13:09
Compare
Choose a tag to compare

fix: raise an error when trying to add a second default command.

tests updated.

1.7.1

10 Sep 19:50
Compare
Choose a tag to compare
  • fluent interface calls to CommadBuilder improved.
  • new unit tests.
  • documentation updated.

1.6.0

26 Aug 18:34
Compare
Choose a tag to compare
  • new feature that allows an option to receive value from command line, ex: --my-option="my value"
  • new tests for check option constraints
  • sample options updated to use this feature
  • UsageCommand updated to show to the user the option that may accept a value
  • documentation update

1.5.1

19 Aug 12:52
Compare
Choose a tag to compare
  • new validator for command constraint ccRequiresOneOption
  • documentation updated

1.5.0

13 Aug 21:51
Compare
Choose a tag to compare
  • documentation improved using pasdoc.
  • documentation published using github pages.

1.4.2

04 Aug 00:01
Compare
Choose a tag to compare
1.4.2 Pre-release
Pre-release
  • new property "Error" for color theme record.
  • change default theme to LightThemeColor if environment variable "COLORFGBG" is detected and the color for background is equal to 15 (white); Ex: value for COLORFGBG="0;15"

1.4.1

03 Aug 18:12
Compare
Choose a tag to compare
1.4.1 Pre-release
Pre-release
  • new feature: custom user state control

1.4.0

13 Jul 19:42
Compare
Choose a tag to compare
1.4.0 Pre-release
Pre-release
  • new feature: display the app title when using command usage, only for help command without parameters.
  • new feature: new command builder property UseShortDescriptions, default value false. When the value is true, only the first line of description is displayed when the help command is used without parameters. To view the complete description the user must provide the name of the desired command after the keyword help.

1.3.1

11 Jul 17:58
Compare
Choose a tag to compare
1.3.1 Pre-release
Pre-release
fix parsed options using command line