Class CommandLineInterface.GatherersParam
java.lang.Object
uk.ac.manchester.spinnaker.front_end.CommandLineInterface.GatherersParam
- Enclosing class:
- CommandLineInterface
public static class CommandLineInterface.GatherersParam extends Object implements Supplier<List<Gather>>
Argument handler for the
<gatherFile>
parameter.
Do not make instances of this class yourself; leave that to picocli.
- Author:
- Donal Fellows
- See Also:
CommandLine.ArgGroup
,CommandLine.Parameters