Sha256: bfae2db24aa71c3dc1a89edde32ccce371aaf9129ea76afc8ec29e6907d9f8ee

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

== Major

* Fix help command ...
* Rough out some formatter specs using include?
* 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

1 entries across 1 versions & 1 rubygems

Version Path
visionmedia-commander-3.0.1 Todo.rdoc