Skip to content

Commit 24c6208

Browse files
committed
Added console as help command
1 parent 0c6c579 commit 24c6208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ var commands = []string{
4646
"flash <program.elf>",
4747
"verify <program.elf>",
4848
"prgm <program.elf> -- sync, erase, flash, verify, and then reset",
49+
"console",
4950
}
5051

5152
var verbose bool

0 commit comments

Comments
 (0)