home
·
contact
·
privacy
projects
/
ircplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e283a16
)
For command line invocation, disallow (anyways ignored) additional arguments beyond...
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 2 Oct 2025 18:35:29 +0000
(20:35 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 2 Oct 2025 18:35:29 +0000
(20:35 +0200)
src/run.py
patch
|
blob
|
history
diff --git
a/src/run.py
b/src/run.py
index 94e3bdfd0bb8fe8bc28790ba99a9b706038f82fc..a73ffeb014500ea24b1759e52e4f27b3b634b811 100755
(executable)
--- a/
src/run.py
+++ b/
src/run.py
@@
-44,7
+44,7
@@
def main_loop(cls_term: type[TerminalInterface], cls_tui: type[BaseTui]
if __name__ == '__main__':
if len(argv) == 0:
main_loop(Terminal, ClientTui)
- elif len(argv)
>
1 and argv[1] == 'test':
+ elif len(argv)
==
1 and argv[1] == 'test':
for path in PATH_TESTS.iterdir():
if path.parts[-1].endswith('.toml'):
continue