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 72ca2f5 commit b9cbfffCopy full SHA for b9cbfff
examples/cli/app.py
@@ -1,9 +1,5 @@
1
from wit_world import exports
2
-from wit_world.imports.environment import get_arguments
3
-import pdb
4
5
class Run(exports.Run):
6
def run(self) -> None:
7
- if "--pdb" in get_arguments():
8
- pdb.set_trace()
9
print("Hello, world!")
0 commit comments