We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55741a9 commit 7bc5140Copy full SHA for 7bc5140
1 file changed
flow/transactions/send/send.go
@@ -32,7 +32,7 @@ import (
32
33
type Config struct {
34
Signer string `default:"service" flag:"signer,s"`
35
- Code string `flag:"code,c"`
+ Code string `flag:"code,c" info:"path to Cadence file"`
36
Host string `flag:"host" info:"Flow Access API host address"`
37
Results bool `default:"false" flag:"results" info:"Display the results of the transaction"`
38
}
0 commit comments