We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f9579 commit 9bb2381Copy full SHA for 9bb2381
mathicsscript/__init__.py
@@ -2,7 +2,7 @@
2
"""
3
mathicsscript is a command-line interface to Mathics.
4
5
-Copyright 2020-2021, 2024 The Mathics3 Team
+Copyright 2020-2021, 2024-2025 The Mathics3 Team
6
7
8
import os.path as osp
mathicsscript/__main__.py
@@ -289,7 +289,7 @@ def fmt_fun(query: Any) -> Any:
289
help="Accept Unicode operators in input and show unicode in output.",
290
)
291
@click.option(
292
- "--post-mortem/--no-unicode",
+ "--post-mortem/--no-post-mortem",
293
show_default=True,
294
help="go to post-mortem debug on a terminating system exception (needs trepan3k)",
295
0 commit comments