cli/pkg/cmd/repo/create
ShubhankarKG 7955c4f2ed doSetup wasn't getting called in cases where required.
The problem was that opts.confirmSubmit was mutated before reaching doSetup. This commit creates a copy of the initial confirmSubmit value. So the doSetup receives the initial data passed from the command, not the mutated one.
2020-08-20 14:20:55 +05:30
..
create.go doSetup wasn't getting called in cases where required. 2020-08-20 14:20:55 +05:30
create_test.go 1. Add three visibility tags - public, private, internal, one of which meeds to be passed. 2020-08-06 11:33:04 +05:30
http.go Enable repo create for GHE 2020-08-14 19:02:17 +02:00
http_test.go Enable repo create for GHE 2020-08-14 19:02:17 +02:00