Sha256: c4e87d3720607b7462de88230877ea4d2540d1a71e5895dd4b0b73cff2f34676
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
== Major * Finish global --trace * 1.9.x compatability * Publish RDoc on mini page / screencasts == Minor * Better custom shell support ... Highline stuff is not very nice * Prevent global options from overriding sub-command level options * 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.7 | Todo.rdoc |