EntryPoint
Show / Hide Table of Contents

API Overview

There are just a few classes you'll interact with:

  • Cli - The main API, which handles all processing
  • BaseCliArguments - An abstract class which you implement to define Options & Operands, known as CliArguments classes
  • BaseCliCommands - An abstract class which you implement to define Commands, known as CliCommands classes
  • Attributes - There are a handful of attributes you can use to define your CliCommands and CliArguments implementations
  • Improve this Doc