Skip to content

Commit 3713afe

Browse files
committed
change inputs
1 parent 53c7bce commit 3713afe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ func (opts *SubsetRequest) MarshalJSON() ([]byte, error) {
8383
jsonmap := make(map[string]any)
8484

8585
switch *opts.id_type {
86-
case "hf":
86+
case "id":
8787
key = "id"
8888
break
89-
case "hl":
89+
case "hl_uri":
9090
key = "hl_uri"
9191
break
9292
case "comid":
9393
key = "comid"
9494
break
95-
case "nldi":
95+
case "nldi_feature":
9696
// key = "nldi"
9797
// break
9898
fallthrough

0 commit comments

Comments
 (0)