Sha256: 1ede682b6017d03e1e204100eaa684f9479a2617bf8e3009f654b6298f61077b
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 KB
Contents
== Major * 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 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.1.0 | Todo.rdoc |
visionmedia-commander-3.1.1 | Todo.rdoc |