dencli/lib/dencli
Denis Knauf 3cc205cb02 ruby-2.5-support fix. usage with rest-arguments.
ruby-2.5 does not support `String#split() {|t|}`.  splits are replaced
by `String#split().each {|t|}`.

Usage supports printing rest-arguments.  It uses the name with three dots:

  command [<argname> ...]

Sub-commands has a generic `<command> ...` or `[<command> ...]`.
The last will be used if a nil-aliases exists.
2021-12-08 23:52:05 +01:00
..
cmd.rb ruby-2.5-support fix. usage with rest-arguments. 2021-12-08 23:52:05 +01:00
interactive.rb desc renamed to description. arguments implemented (first dirty try) 2021-01-03 13:42:00 +01:00
sub.rb ruby-2.5-support fix. usage with rest-arguments. 2021-12-08 23:52:05 +01:00
version.rb 0.5.3 2021-12-08 00:17:57 +01:00