From bdf9730ab099b5f28c77f6b4f7bb8244005ead27 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Wed, 6 Apr 2022 19:56:28 +0930 Subject: [PATCH] Add note on how arguments work for commands. Closes #15 --- web/config.html | 5 +++-- web/layout.tmpl | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/web/config.html b/web/config.html index a828943..aa6c930 100644 --- a/web/config.html +++ b/web/config.html @@ -11,7 +11,7 @@
-
+
@@ -53,7 +53,7 @@
-
+
@@ -91,6 +91,7 @@ + Arguments for the command. Note that the shell is not used, so there is no need to quote or escape arguments, including those with spaces.
diff --git a/web/layout.tmpl b/web/layout.tmpl index 7b77e0e..588d020 100644 --- a/web/layout.tmpl +++ b/web/layout.tmpl @@ -8,6 +8,12 @@