We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29a62b commit 1908165Copy full SHA for 1908165
x/gitopia/client/cli/txRepository.go
@@ -199,7 +199,7 @@ func CmdToggleRepositoryArchived() *cobra.Command {
199
cmd := &cobra.Command{
200
Use: "toggle-repository-archived [owner-id] [repository-name]",
201
Short: "toggle repository archived",
202
- Args: cobra.ExactArgs(3),
+ Args: cobra.ExactArgs(2),
203
RunE: func(cmd *cobra.Command, args []string) error {
204
argOwnerid := args[0]
205
argRepositoryName := args[1]
0 commit comments