| Package | Description |
|---|---|
| com.github.yin.cli |
| Modifier and Type | Method and Description |
|---|---|
static <T> Flag<T> |
Cli.create(Class<T> type,
String name)
Returns flag value accessor, which can be used to retrieve the flag value supplied
by command line arguments.
|
static Flag<String> |
Cli.string(String name)
Returns flag value accessor for
String type. |
Copyright © 2016. All rights reserved.