Skip to content

Commit 1a6476d

Browse files
committed
cleanup
1 parent a282361 commit 1a6476d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cmd/src/abc_variables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
var abcVariablesCommands commander
99

1010
func init() {
11-
usage := `'src abc variables' is a tool that manages workflow instance variables.
11+
usage := `'src abc variables' is a tool that manages workflow instance variables on agentic batch changes.
1212
1313
Usage:
1414

cmd/src/abc_variables_set_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package main
22

33
import (
44
"testing"
5-
6-
"github.com/sourcegraph/src-cli/internal/cmderrors"
75
)
86

97
// If we were to do a json marshalling roundtrip, it may break large integer literals.
@@ -50,4 +48,3 @@ func TestParseABCVariables(t *testing.T) {
5048
t.Fatalf("variables[2] = %#v, want compact JSON array", variables[2])
5149
}
5250
}
53-

0 commit comments

Comments
 (0)