Base class for CLI application
Initializes a new app instance.
This class is intended both to be used by the stock arcli application and also to be reused by custom applications. If you want, say, to limit the amount of command line actions and its arguments, you can simply supply another argument parser class to this constructor. Of course another way to customize it is to inherit from this and modify its members at will.
Parameters: |
|
---|
Initializes a new app instance.
This class is intended both to be used by the stock arcli application and also to be reused by custom applications. If you want, say, to limit the amount of command line actions and its arguments, you can simply supply another argument parser class to this constructor. Of course another way to customize it is to inherit from this and modify its members at will.
Parameters: |
|
---|