lib/coderunner.rb in coderunner-0.12.14 vs lib/coderunner.rb in coderunner-0.12.15
- old
+ new
@@ -204,10 +204,11 @@
["directory", "dir", 1, 'Print out the directory for the given run.', ['id'], []],
['dumb_film', "dfm", 0, 'Create a film of the specified graphkits using gnuplot "dumb" ASCII terminal.', [], [:F, :G, :g, :U, :N, :j, :f]],
["execute", "ex", 1, 'Run (at the top level) the fragment of Ruby code given.', ['Ruby fragment'], []],
['film', "fm", 0, 'Create a film of the specified graphkits.', [], [:F, :G, :g, :U, :N, :j, :f]],
["generate_modlet_from_input_file", "gm", 1, 'Deprecated', [], []],
- ["generate_documentation", "rdoc", 1, 'Create automatic documentation using the rdoc tool', [], []],
+ ["generate_cubecalc", "gencc", 0, 'Generate the file cubecalc.cc, the source code for the coderunner test program.', [], []],
+ ["generate_documentation", "rdoc", 1, 'Create automatic documentation using the rdoc tool (deprecated, use the command line tool ri for getting help, or see rubygems.org/gems/coderunner).', [], []],
["interactive_mode", "im", 0, 'Launch an interactive terminal. Any command line flags specified set the defaults for the session.', [], [:U, :N, :j, :q]],
["load_file", "ld", 1, 'Load a Ruby script file using the CodeRunner framework.', ['script file'], []],
['manual', 'man', 0, 'Print out command line manual', [], []],
['netcdf_plot', 'ncplot', 3, 'Plot a comma separated list of variables, at a comma separated list of indices (nil for all) from the specified netcdf file against each other using gnuplot.', ['netcdf_file', 'vars', 'indices'], [:w]],
["plot_graph", "plot", 0, 'Plot the specified graphkits using Gnuplot', [], [:G, :g, :w, :O, :U, :N, :j, :f]],