We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d4602 commit 3c7776aCopy full SHA for 3c7776a
cmd/span-freeze/main.go
@@ -54,7 +54,6 @@ var (
54
tenant = flag.String("tenant", "de15", "FOLIO tenant")
55
limit = flag.Int("limit", 100000, "API pagination limit")
56
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")
58
)
59
60
// httpClient is the shared HTTP client, configured after flag parsing.
0 commit comments