rbtools.commands.list_repo_types¶
Implementation of rbt list-repo-types.
Classes
|
List available repository types. |
- class rbtools.commands.list_repo_types.ListRepoTypes(transport_cls: type[Transport] = <class 'rbtools.api.transport.sync.SyncTransport'>, stdout: TextIO = <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, stderr: TextIO = <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>, stdin: TextIO = <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>)[source]¶
Bases:
BaseCommandList available repository types.
- __firstlineno__ = 12¶
- __static_attributes__ = ()¶
- description: ClassVar[str] = 'Print a list of supported repository types.'[source]¶
A short description of the command, suitable for display in usage text.
- Type: