Sha256: b6f38816f84304c73ebdf69fbf81fcb564d2b98516351292f78caddd1642f0ba

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

== Major

* 1.9.x compatability
* Publish RDoc on mini page / screencasts

== Minor

* 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 aliasing of commands / args / options
* 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 --trace method
* 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

2 entries across 2 versions & 1 rubygems

Version Path
visionmedia-commander-3.0.2 Todo.rdoc
visionmedia-commander-3.0.3 Todo.rdoc