We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f673c92 commit 8747645Copy full SHA for 8747645
main.go
@@ -277,7 +277,7 @@ func parseArgs() config {
277
case "-r", "--record":
278
value := nextArg(arg)
279
record, err := strconv.Atoi(value)
280
- if err != nil {
+ if err != nil {
281
usageError("invalid record time: %v", value)
282
}
283
main_test.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
var (
16
- command = getCommand()
+ command = getCommand()
17
testPath = getCurrentDir()
18
19
0 commit comments