public class HelpGenerator extends Object
| Constructor and Description |
|---|
HelpGenerator(PrintWriter out,
Dictionary dict)
Create a HelpGenerator
|
public HelpGenerator(PrintWriter out, Dictionary dict)
out - Where the output of the help commands should be sentdict - The dictionary used to provide help@Command(description="List available commands") public void help()
@Command(description="Show help for a single command") public void help(@Argument(name="command") String command)
Copyright © 2013 LSST. All Rights Reserved.