lib/coderunner.rb in coderunner-0.11.23 vs lib/coderunner.rb in coderunner-0.12.0

- old
+ new

@@ -201,9 +201,10 @@ ["code_command", "cc", 1, 'Call a class method of the run class. Effectively this will call run_class.class_eval(command). See documentation for whichever code module is in use.', ['command'], []], ["continue_in_new_folder", "cnf", 1, 'Make a new folder in the parent directory and copy all coderunner configuration files to that folder. If options j or f are specified, copy all matching runs to that new folder.', ['folder'], [:j, :f, :U, :N]], ["code_runner_execute", "crex", 1, 'Run (within the CodeRunner class) the fragment of Ruby code given.', ['Ruby fragment'], []], ["delete", "del", 0, 'Permanently erase all filtered runs.', [], [:j, :F, :U, :N]], ["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', [], []], ["interactive_mode", "im", 0, 'Launch an interactive terminal. Any command line flags specified set the defaults for the session.', [], [:U, :N, :j, :q]],