Clad User Manual

From NovaOrdis Knowledge Base
Revision as of 04:08, 2 March 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal


Overview

The framework scans the command line looking for the first argument that can be mapped to a command.

The mapping process involves scanning the classpath and looking for classes implementing the Command interface implementations whose simple class name match the following pattern: <commandName>Command.

Everything between the wrapper name and the command name is interpreted as global option.

Everything beyond the command name is interpreted as command’s option.