Cleaning up formatting errors and updating test to use named api call
This commit is contained in:
parent
4250906c82
commit
267400a3a5
2 changed files with 3 additions and 6 deletions
|
|
@ -29,7 +29,7 @@ func init() {
|
|||
RootCmd.AddCommand(prCmd)
|
||||
prCmd.AddCommand(prCheckoutCmd)
|
||||
prCheckoutCmd.Flags().BoolP("recurse-submodules", "", false, "Update all active submodules (recursively)")
|
||||
|
||||
|
||||
prCmd.AddCommand(prCreateCmd)
|
||||
prCmd.AddCommand(prStatusCmd)
|
||||
prCmd.AddCommand(prCloseCmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue