Package nz.org.riskscape.picocli
Annotation Interface CommandLine.Spec
- Enclosing class:
- CommandLine
Fields annotated with @Spec will be initialized with the CommandSpec for the command the field is part of. Example usage:
class InjectSpecExample implements Runnable {
@Spec CommandSpec commandSpec;
//...
public void run() {
// do something with the injected objects
}
}
- Since:
- 3.2