Arguments |
Container for parsed command line arguments meant to be queried by Commands.
|
BuildParameterBuilder |
This builder can be used to build up a Smithy CLI command to
run `smithy build`.
|
BuildParameterBuilder.JarFileClassPathTagMatcher |
Finds JARs by opening each JAR in the classpath and looking for
"Smithy-Tags" in the META-INF/MANIFEST.MF file.
|
BuildParameterBuilder.Result |
Result class used to build source and projection JARs.
|
Cli |
This class provides a very basic CLI abstraction.
|
Parser |
Defines the CLI argument parser of a Command .
|
Parser.Argument |
A command line argument.
|
Parser.Builder |
|
SmithyCli |
Entry point of the Smithy CLI.
|