package
2.0.0-20221110210412-98537dd9d6a1
Repository: https://github.com/ungtb10d/cli.git
Documentation: pkg.go.dev
# Functions
TODO there is a parallel implementation for non-isolated commands.
FromFullName extracts the GitHub repository information from the following formats: "OWNER/REPO", "HOST/OWNER/REPO", and a full URL.
FromFullNameWithHost is like FromFullName that defaults to a specific host for values that don't explicitly include a hostname.
FromURL extracts the GitHub repository information from a git remote URL.
FullName serializes a GitHub repository into an "OWNER/REPO" string.
No description provided by the author
IsSame compares two GitHub repositories.
New instantiates a GitHub repository from owner and name arguments.
NewWithHost is like New with an explicit host name.
# Interfaces
Interface describes an object that represents a GitHub repository.