Skip to content

Commit a370034

Browse files
authored
add automatic yes (#1953)
1 parent 72acb67 commit a370034

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/boost/direct_deal.go

+5
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ var directDealAllocate = &cli.Command{
8585
Usage: "number of block confirmations to wait for",
8686
Value: int(build.MessageConfidence),
8787
},
88+
&cli.BoolFlag{
89+
Name: "assume-yes",
90+
Usage: "automatic yes to prompts; assume 'yes' as answer to all prompts and run non-interactively",
91+
Aliases: []string{"y", "yes"},
92+
},
8893
},
8994
Before: before,
9095
Action: func(cctx *cli.Context) error {

0 commit comments

Comments
 (0)