cli/pkg/cmd/repo
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
..
clone Allow explicitly specifying the hostname for gh operations 2020-08-12 16:16:34 +02:00
create doSetup wasn't getting called in cases where required. 2020-08-20 14:20:55 +05:30
credits Merge remote-tracking branch 'origin' into ghe-api 2020-07-28 18:12:47 +02:00
fork Allow explicitly specifying the hostname for gh operations 2020-08-12 16:16:34 +02:00
view Allow explicitly specifying the hostname for gh operations 2020-08-12 16:16:34 +02:00
repo.go Provide consistent factory functions for top-level commands 2020-08-07 00:45:45 +02:00