X Tutup
Skip to content

Commit 8a3337c

Browse files
committed
switch default to Y
1 parent ded8707 commit 8a3337c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

command/repo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ func repoFork(cmd *cobra.Command, args []string) error {
215215
var Confirm = func(prompt string, result *bool) error {
216216
p := &survey.Confirm{
217217
Message: prompt,
218+
Default: true,
218219
}
219220
return survey.AskOne(p, result)
220221
}

0 commit comments

Comments
 (0)
X Tutup