mirror of
https://git.sakamoto.pl/laudom/http.sh.git
synced 2025-09-17 15:33:44 +02:00
11 lines
420 B
Markdown
11 lines
420 B
Markdown
# Running http.sh
|
|
|
|
## cli args
|
|
|
|
The arg parsing is a bit rudimentary atm. Assume only one option supported per invocation.
|
|
|
|
- `init` creates an app skeleton and writes example config. Optional second parameter sets the
|
|
namespace (app directory) name.
|
|
- `debug` shows stderr (useful for debugging)
|
|
- `debuggier` shows stderr and calltrace
|
|
- `shell` drops you into an environment practically equivalent to the runtime
|