We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72acb67 commit a370034Copy full SHA for a370034
cmd/boost/direct_deal.go
@@ -85,6 +85,11 @@ var directDealAllocate = &cli.Command{
85
Usage: "number of block confirmations to wait for",
86
Value: int(build.MessageConfidence),
87
},
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
+ },
93
94
Before: before,
95
Action: func(cctx *cli.Context) error {
0 commit comments