| Modifier and Type | Class | Description |
|---|---|---|
static class |
CommandLine.RunAll |
Command line execution strategy that prints help if requested, and otherwise executes the top-level command and
all subcommands as
Runnable, Callable or Method. |
static class |
CommandLine.RunFirst |
Command line execution strategy that prints help if requested, and otherwise executes the top-level
Runnable or Callable command. |
static class |
CommandLine.RunLast |
Command line execution strategy that prints help if requested, and otherwise executes the most specific
Runnable or Callable subcommand. |
Copyright © 2017–2019. All rights reserved.