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 c3d7359 commit fd0b85cCopy full SHA for fd0b85c
python/inputmodule/cli.py
@@ -404,4 +404,4 @@ def main_gui():
404
405
406
if __name__ == "__main__":
407
- main_cli()
+ main_gui()
python/pyproject.toml
@@ -37,7 +37,6 @@ dependencies = [
37
Issues = "https://github.com/FrameworkComputer/inputmodule-rs/issues"
38
Source = "https://github.com/FrameworkComputer/inputmodule-rs"
39
40
-# TODO: Figure out how to add a runnable-script
41
[project.scripts]
42
ledmatrixctl = "inputmodule.cli:main_cli"
43
0 commit comments