Skip to content

Commit 3c7776a

Browse files
committed
cleanup: remove unused flag
1 parent b2d4602 commit 3c7776a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/span-freeze/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ var (
5454
tenant = flag.String("tenant", "de15", "FOLIO tenant")
5555
limit = flag.Int("limit", 100000, "API pagination limit")
5656
expand = flag.String("expand", "", "JSON or file mapping meta-ISILs to lists of ISILs to expand into")
57-
keepResp = flag.Bool("k", false, "keep FOLIO API response in a temporary file")
5857
)
5958

6059
// httpClient is the shared HTTP client, configured after flag parsing.

0 commit comments

Comments
 (0)