From 5712382d2702caacd43826aea0c5895f1c2fee3a Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 24 Apr 2017 14:22:48 +0200 Subject: [PATCH] update readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d61457..2066d6f 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,17 @@ ## Usage - warp + warp [-h] [--port PORT] [--host HOST] [--module] file + + a Webbased frontend for ARgparse in Python + + positional arguments: + file File to run + + optional arguments: + -h, --help show this help message and exit + --port PORT, -p PORT The port to listen on (default 5000) + --host HOST The host to bind to (default 0.0.0.0) + --module, -m If set, loads a module instead of a file + +