usage
This commit is contained in:
parent
90d2f99d2a
commit
44c0d115fc
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ func init() {
|
|||
repoCmd.AddCommand(repoViewCmd)
|
||||
repoCmd.AddCommand(repoForkCmd)
|
||||
|
||||
repoForkCmd.Flags().String("clone", "prompt", "Clone fork. Pass false to not clone fork.")
|
||||
repoForkCmd.Flags().String("remote", "prompt", "Add remote for fork. Pass false to not add remote.")
|
||||
repoForkCmd.Flags().String("clone", "prompt", "Clone fork: {true|false|prompt}")
|
||||
repoForkCmd.Flags().String("remote", "prompt", "Add remote for fork. {true|false|prompt}")
|
||||
repoForkCmd.Flags().Lookup("clone").NoOptDefVal = "true"
|
||||
repoForkCmd.Flags().Lookup("remote").NoOptDefVal = "true"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue