Commit Graph

  • c946a093f7 aliases are strings only or nil. more examples. master Denis Knauf 2022-01-30 14:18:20 +0100
  • 09b467f7bd defined_in for determine already defined commands/aliases. Denis Knauf 2022-01-30 01:41:54 +0100
  • 8fe78bb406 CMD-options: OptionParser#on support "--abc STR". implemented for CMD#opt, too. Denis Knauf 2021-12-31 15:17:46 +0100
  • ba922fe52c warnings/exception because of already used aliases more verbose. Denis Knauf 2021-12-31 15:13:40 +0100
  • a630da465a bump 0.5.5 v0.5.5 Denis Knauf 2021-12-31 13:56:59 +0100
  • 616989e96a ruby3: Opt.new: optional default - CMD.opt needs support. Denis Knauf 2021-12-31 13:55:27 +0100
  • a00149ce6a ruby2.5: @os removed - OptionParser does not expect any **options, so we need not it. Denis Knauf 2021-12-31 13:47:54 +0100
  • 7078305256 print exception for tests (if occur or -v) Denis Knauf 2021-12-09 14:11:45 +0100
  • ec025652c9 noshortaliases fixed (meaning swapped) Denis Knauf 2021-12-09 14:04:27 +0100
  • 7be062c1db min: false for no shorts. noshortaliases only for Sub-commands Denis Knauf 2021-12-09 13:28:46 +0100
  • 2c654f2941 noshortaliases. warn or raise if alias already exists Denis Knauf 2021-12-09 13:17:13 +0100
  • 6254349aa9 tests implemented. do not overwrite cmds by aliases. `call *a, **o` behaviour differs 2.5 <=> 2.7 Denis Knauf 2021-12-09 13:02:12 +0100
  • e83a7b4361 v0.5.4 v0.5.4 Denis Knauf 2021-12-08 23:57:23 +0100
  • 3cc205cb02 ruby-2.5-support fix. usage with rest-arguments. Denis Knauf 2021-12-08 23:52:05 +0100
  • 6e253b8b11 0.5.3 v0.5.3 Denis Knauf 2021-12-08 00:17:57 +0100
  • d2158e08ea Usage of short options without `=` Denis Knauf 2021-12-08 00:17:37 +0100
  • ffd24c02f8 0.5.2 v0.5.2 Denis Knauf 2021-12-08 00:10:18 +0100
  • 10061b1918 Missing argument(s) errors fixed. CMD: Methods -> Variables. Denis Knauf 2021-12-08 00:08:47 +0100
  • 41940d3f10 0.5.1 v0.5.1 Denis Knauf 2021-12-07 23:51:19 +0100
  • d8ecfaeb86 Merge branch 'master' of git.denkn.at:deac/dencli Denis Knauf 2021-12-07 23:50:48 +0100
  • df15912e7a Sub#commands|CMD#commands should yield(name,self). Denis Knauf 2021-12-07 23:48:28 +0100
  • eb61dcbc38 bump 0.5.0 v0.5.0 Denis Knauf 2021-11-30 23:09:50 +0100
  • 09c4c46d25 help_full for printing recursive all available commands. support for --[no-]opt. Denis Knauf 2021-11-30 23:09:06 +0100
  • d3930c00bc opts-mething redesign. completion improved. example: args-command for demonstrate arguments and options. v0.4.0 Denis Knauf 2021-11-30 15:23:05 +0100
  • 5b5b620601 version 0.3.2. calling uses kvar-splats. Denis Knauf 2021-09-06 18:34:31 +0200
  • ac5e852692 bump 0.3.1 v0.3.1 Denis Knauf 2021-01-03 16:29:05 +0100
  • fa5fbf8f6f options instead of arguments. arguments checking against arity if lambda. help improved. Denis Knauf 2021-01-03 16:28:12 +0100
  • 27ca6faf31 desc renamed to description. arguments implemented (first dirty try) v0.3.0 Denis Knauf 2021-01-03 13:42:00 +0100
  • cae3692008 Fixing Exceptions and Exception-Handling v0.2.1 Denis Knauf 2020-12-28 00:29:54 +0100
  • ad6f53bab3 file-seperated classes. interactive CLI. v0.2.0 Denis Knauf 2020-12-27 23:00:53 +0100
  • ec3a936b36 example added. bugfixes. .gitignore v0.1.0 Denis Knauf 2020-12-13 17:06:00 +0100
  • fb9a9898ee init Denis Knauf 2020-12-13 15:54:09 +0100