Run ARMI.
armi.cli.run.
RunEntryPoint
Bases: armi.cli.entryPoint.EntryPoint
armi.cli.entryPoint.EntryPoint
Run ARMI case
name
settingsArgument
addOptions
Hook method for adding additional command line options.
invoke
Body of the entry point.
This is an abstract method, and must must be overridden in sub-classes.
Implementations should return an exit code, or None, which is interpreted the
same as zero (successful completion).