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 7a8907c commit 034516dCopy full SHA for 034516d
userland/__init__.py
@@ -5,7 +5,7 @@
5
6
file = Path(__file__).resolve(strict=True)
7
8
-applets = (applet.stem for applet in Path(file.parent, "utilities").glob("*.py"))
+applets = (applet.stem for applet in Path(file.parent, "utilities").glob("[!_]*.py"))
9
10
11
def print_usage(prog_name: str) -> None:
0 commit comments