Sha256: 651faf96b4d3c43ab198c4d41155cee9b663719846dfa86eb7c1e0191f875909

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

== Major

* Prevent global options from overriding sub-command level options
* Finish global --trace
* 1.9.x compatability
* Publish RDoc on mini page / screencasts

== Minor

* Add arbitrary help blocks to sub-commands as well
* Spec for changing out formatters (mock formatter)
* Add optional default command when none is present
* Fix multi-word command template creation via `commander init`
* Consider global #color method again
* Change; use stack technique for progress bar instead to clean things up
* Add; dynamically generate padding erb templates, command lists, multi-line text bodies etc
* Add optional command to be executed when none is specified
* Add global options... change runner implementations as well as displaying in terminal formatter, OpenStruct inherit these options?
* Add highline paging ... clean it up because its ugly
* Add option copying / merging capabilities
* Change; require that users explicitly require 'commander/import' (which in turn will highlight/import as well)
* Release to RubyForge as well
* Change; consider reversing |options, args| so args make use of ruby block param defaults with 1.9
  or simply just to expand arg params like so |options, source_dir, dest_dir| ...

== Brainstorming

* Add global trapping of INT to end process with less ugly output
* Add global --options switch for loading options from a filepath
* Add argument parser / defaults
* Add regexp matching for command names

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
visionmedia-commander-3.1.2 Todo.rdoc