docbuild.cli.cmd_repo.cmd_list#
List the available permanent repositories.
Functions#
|
List the available permanent repositories. |
Module Contents#
- docbuild.cli.cmd_repo.cmd_list.cmd_list(ctx: click.Context) None #
List the available permanent repositories.
Outputs the directory names of all repositories defined in the environment configuration. If no repositories are defined, it outputs a message indicating that no repositories are available.
- Parameters:
ctx – The Click context object.