Skip to content

Commit d51a779

Browse files
fix: err on invalid flags
(Amongst other things).
1 parent 9674cd3 commit d51a779

File tree

4 files changed

+211
-148
lines changed

4 files changed

+211
-148
lines changed

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ module tshaka.dev/x/bat
22

33
go 1.21
44

5-
require (
6-
golang.org/x/sys v0.27.0
7-
tshaka.dev/x/diff v0.1.0
8-
)
5+
require golang.org/x/sys v0.27.0

go.sum

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
22
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
3-
golang.org/x/tools v0.16.0 h1:GO788SKMRunPIBCXiQyo2AaexLstOrVhuAL5YwsckQM=
4-
golang.org/x/tools v0.16.0/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0=
5-
tshaka.dev/x/diff v0.1.0 h1:zO4hxEhdcmq02Uq67oYAFVT0z7k1V95dt171Kue1bJA=
6-
tshaka.dev/x/diff v0.1.0/go.mod h1:ViaZ5Ct1ZZKJC6Wnii9RNfJCFzywYqKdRBtMNM2x9hs=

0 commit comments

Comments
 (0)