You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,12 @@ var (
26
26
commandsmap[string]commandFunc
27
27
commandstring
28
28
29
-
flagCapFile=flag.String("a", "", "applet cap file path")
30
-
flagOverwrite=flag.Bool("f", false, "force applet installation if already installed")
31
-
flagLogLevel=flag.String("l", "", `Log level, one of: "error", "warn", "info", "debug", and "trace"`)
32
-
flagNdefTemplate=flag.String("ndef", "", "Specify a URL to use in the NDEF record. Use the {{.cashAddress}} variable to get the cash address: http://example.com/{{.cashAddress}}.")
29
+
flagCapFile=flag.String("a", "", "applet cap file path")
flagOverwrite=flag.Bool("f", false, "force applet installation if already installed")
33
+
flagLogLevel=flag.String("l", "", `Log level, one of: "error", "warn", "info", "debug", and "trace"`)
34
+
flagNdefTemplate=flag.String("ndef", "", "Specify a URL to use in the NDEF record. Use the {{.cashAddress}} variable to get the cash address: http://example.com/{{.cashAddress}}.")
0 commit comments