aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-01-15 10:21:17 -0800
committerGravatar GitHub <[email protected]>2022-01-15 10:21:17 -0800
commit2f70b8b0460b3368955f63a025b03b1f84324874 (patch)
tree8cc242a2de68f7546a4be0a76c3634aff56254d0 /DEVELOPING.md
parentMerge pull request #136 from python-discord/feat/tests/135/rel-path-coverage (diff)
parentFix typo in comment (diff)
Merge #132 - fix entrypoint and support Python args
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index 0dbf4cc..ef758bc 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -85,7 +85,7 @@ pipenv run devsh -c 'echo hello'
NsJail can be invoked in a more direct manner that does not require using a web server or its API. See `python -m snekbox --help`. Example usage:
```bash
-python -m snekbox 'print("hello world!")' --time_limit 0
+python -m snekbox 'print("hello world!")' --time_limit 0 --- -m timeit
```
With this command, NsJail uses the same configuration normally used through the web API. It also has an alias, `pipenv run eval`.