Contents Menu Expand
repo-helper-github 0.9.0 documentation
repo-helper-github 0.9.0 documentation
  • Home
  • Usage
  • repo_helper_github
  • repo_helper_github.exceptions
  • repo_helper_github.options

Links

  • GitHub
  • PyPI
  • Contributing Guide
  • Downloading source code
  • License

repo_helper_github.options¶

Reusable options for click.

Data:

_C

Invariant TypeVar bound to click.Command.

Functions:

org_option()

Creates a --org option to specify that the repository belongs to an organisation.

_C = TypeVar(_C, bound=Command)¶

Type:    TypeVar

Invariant TypeVar bound to click.Command.

org_option()[source]¶

Creates a --org option to specify that the repository belongs to an organisation.

Return type

Callable[[~_C], ~_C]

Next
Downloading source code
Previous
repo_helper_github.exceptions
Copyright © 2020-2021 Dominic Davis-Foster | Built with Sphinx and @pradyunsg's Furo theme. | Show Source
Contents
  • repo_helper_github.options
    • _C
    • org_option