Interface Plugin
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(picocli.CommandLine commandLine, CamelJBangMain main) Customize given command line adding sub-commands in particular.
-
Method Details
-
customize
Customize given command line adding sub-commands in particular.- Parameters:
commandLine- the command line to adjust.main- the current JBang main.
-