File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 99from mathicsscript .termshell import TerminalShell
1010from mathicsscript .format import format_output
1111
12- from mathics .core .parser import LineFeeder , FileLineFeeder
12+ from mathics .core .parser import FileLineFeeder
1313from mathics .core .definitions import Definitions
1414from mathics .core .expression import Symbol
1515from mathics .core .evaluation import Evaluation , Output
@@ -128,9 +128,6 @@ def out(self, out):
128128 default = True ,
129129 help = "GNU Readline line editing. enable tab completion" ,
130130)
131- # @click.option(
132- # "--script", default=True, required=False, help="run a mathics file in script mode"
133- # )
134131@click .option (
135132 "--pyextensions" ,
136133 "-l" ,
@@ -175,7 +172,6 @@ def main(
175172 quiet ,
176173 readline ,
177174 completion ,
178- # script,
179175 pyextensions ,
180176 execute ,
181177 initfile ,
You can’t perform that action at this time.
0 commit comments