Description

Lorem ipsum…​


1. Commands

1.1. app(1)

Name

app - APP

Synopsis

app [-hV] [COMMAND]

Description

CLI Application

Options

-h, --help

Show this help message and exit.

-V, --version

Print version information and exit.

Commands

help

Displays help information about the specified command

hello-world

Print out Hello World

reflect

Instantiate a class with reflection


1.2. app-hello-world(1)

Name

app-hello-world - Print out Hello World

Synopsis

app hello-world [-hV] [<name>]

Description

Print out Hello World

Options

-h, --help

Show this help message and exit.

-V, --version

Print version information and exit.

Arguments

[<name>]

The name of the person to say hello to, specify '-' to use stdin

Default: null

1.3. app-reflect(1)

Name

app-reflect - Instantiate a class with reflection

Synopsis

app reflect [-hV] [<className>]

Description

Instantiate a class with reflection

Options

-h, --help

Show this help message and exit.

-V, --version

Print version information and exit.

Arguments

[<className>]

The name of the class to instantiate (must have no-args constructor)

Default: java.lang.String