-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,6 +150,7 @@ var rootROSubcommands = map[string]*cmds.Command{ | |
"links": objectLinksCmd, | ||
"get": objectGetCmd, | ||
"stat": objectStatCmd, | ||
"patch": objectPatchCmd, | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
whyrusleeping
Author
Member
|
||
}, | ||
}, | ||
"refs": RefsROCmd, | ||
|
@whyrusleeping why is this allowed?