diff options
| author | 2022-01-15 10:21:17 -0800 | |
|---|---|---|
| committer | 2022-01-15 10:21:17 -0800 | |
| commit | 2f70b8b0460b3368955f63a025b03b1f84324874 (patch) | |
| tree | 8cc242a2de68f7546a4be0a76c3634aff56254d0 /DEVELOPING.md | |
| parent | Merge pull request #136 from python-discord/feat/tests/135/rel-path-coverage (diff) | |
| parent | Fix typo in comment (diff) | |
Merge #132 - fix entrypoint and support Python args
Diffstat (limited to 'DEVELOPING.md')
| -rw-r--r-- | DEVELOPING.md | 2 |
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`. |