CliApp.run

This method must be implemented by subclasses to do the actual application work.

  1. int run(istring[] args)
  2. int run(Arguments args)
    class CliApp
    protected abstract
    int
    run

Parameters

args Arguments

parsed command line arguments

Return Value

Type: int

status code to return to the OS

Meta