Skip to content

Commit 1894cb1

Browse files
committed
Add a further alias for analysis
If I am typing analysis instead of analyse or analyze for the analysis mode in this tool, then others might too. Provided as a third alias for now. The others could be removed in future.
1 parent 8965fcc commit 1894cb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/jsonid/jsonid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def main() -> None:
189189
parser.add_argument(
190190
"--analyse",
191191
"--analyze",
192+
"--analysis",
192193
"-a",
193194
help="analyse a file in support of ruleset development and data preservation",
194195
required=False,

0 commit comments

Comments
 (0)