repo clone: clarify defaulting to current username
This commit is contained in:
parent
47e71b12fa
commit
d59ebfd6e8
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ var repoCloneCmd = &cobra.Command{
|
|||
Short: "Clone a repository locally",
|
||||
Long: `Clone a GitHub repository locally.
|
||||
|
||||
Without username, e.g. "gh repo clone REPO", clones a presonal repository.
|
||||
If the "OWNER/" portion of the "OWNER/REPO" repository argument is omitted, it
|
||||
defaults to the name of the authenticating user.
|
||||
|
||||
To pass 'git clone' flags, separate them with '--'.`,
|
||||
RunE: repoClone,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue