RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
argtypes.py File Reference

Provides classes for CLI argument type conversions. More...

Classes

class  cli.argtypes.LogLevel
 Enumeration of allowed log levels accepted by the CLI. More...
 
class  cli.argtypes.RepositoryTypeMeta
 Metaclass used to customise the contains method for RepositoryType and make it work with the "in" operator. More...
 
class  cli.argtypes.RepositoryType
 Enumeration of allowed repository types accepted by the CLI. More...
 
class  cli.argtypes.UriParamType
 CLI argument type for URI objects used with the click module. More...
 
class  cli.argtypes.DpPathParamType
 CLI argument type for DataPointPath objects used with the click module. More...
 
class  cli.argtypes.DpTypeParamType
 CLI argument type for use with arguments that represent a RTC Toolkit type object. More...
 

Namespaces

namespace  cli
 
namespace  cli.argtypes
 

Detailed Description

Provides classes for CLI argument type conversions.