Class: LLMExperiment::CLI::NewCommand
- Defined in:
- lib/llm_experiment/cli/new_command.rb
Constant Summary collapse
- NAME =
"new"- SUMMARY =
"scaffold a new experiment directory"
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from LLMExperiment::CLI::Command
Instance Method Details
#add_options(parser) ⇒ Object
9 10 11 |
# File 'lib/llm_experiment/cli/new_command.rb', line 9 def (parser) parser. = "Usage: llmx new NAME" end |