Skip to content

Commit ab77f2e

Browse files
committed
Update analysis options
Excludes and language don't make sense for the analysis functionality of this tool. Language at least not yet. We will see if it needs to be added back in if we receive translations. Technical characteristics should largely be language agnostic.
1 parent 378a1c2 commit ab77f2e

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

src/jsonid/jsonid.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -109,35 +109,6 @@ def analysis() -> None:
109109
required=False,
110110
action="store_true",
111111
)
112-
parser.add_argument(
113-
"--nojson",
114-
"-nj",
115-
action="store_true",
116-
required=False,
117-
)
118-
parser.add_argument(
119-
"--nojsonl",
120-
"-njl",
121-
action="store_true",
122-
required=False,
123-
)
124-
parser.add_argument(
125-
"--noyaml",
126-
"-ny",
127-
action="store_true",
128-
required=False,
129-
)
130-
parser.add_argument(
131-
"--notoml",
132-
"-nt",
133-
action="store_true",
134-
required=False,
135-
)
136-
parser.add_argument(
137-
"--language",
138-
help="return results in different languages",
139-
required=False,
140-
)
141112
parser.add_argument(
142113
"--path",
143114
"-p",

0 commit comments

Comments
 (0)