gitalong.cli module

get_repository(repository: str) gitalong.repository.Repository[source]
get_status(repository, filename, commit) str[source]
class Group(name: Optional[str] = None, commands: Optional[Union[Dict[str, click.core.Command], Sequence[click.core.Command]]] = None, **attrs: Any)[source]

Bases: click.core.Group

format_help(ctx, formatter)[source]

Writes the help into the formatter if it exists.

This is a low-level method called by get_help().

This calls the following methods:

  • format_usage()

  • format_help_text()

  • format_options()

  • format_epilog()

main()[source]

This main function will be register as the console script when installing the package.