aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/utils/ready-made_scripts.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-05-28 16:17:51 +0200
committerThéo de la Hogue2024-05-28 16:17:51 +0200
commitf4a78005a3fe7e8b0019ad16dd83c76992933f87 (patch)
tree551e6e47f9ee6305ba9aa281a70787a2dd40ea1c /docs/user_guide/utils/ready-made_scripts.md
parent9146d4dfc26adebf77e50e6c390384c52759f9ce (diff)
downloadargaze-f4a78005a3fe7e8b0019ad16dd83c76992933f87.zip
argaze-f4a78005a3fe7e8b0019ad16dd83c76992933f87.tar.gz
argaze-f4a78005a3fe7e8b0019ad16dd83c76992933f87.tar.bz2
argaze-f4a78005a3fe7e8b0019ad16dd83c76992933f87.tar.xz
Defining load and patch as __main__.py module commands. Updating documentation.
Diffstat (limited to 'docs/user_guide/utils/ready-made_scripts.md')
-rw-r--r--docs/user_guide/utils/ready-made_scripts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/utils/ready-made_scripts.md b/docs/user_guide/utils/ready-made_scripts.md
index 5f521e1..5d34bff 100644
--- a/docs/user_guide/utils/ready-made_scripts.md
+++ b/docs/user_guide/utils/ready-made_scripts.md
@@ -14,7 +14,7 @@ Collection of command-line scripts to provide useful features.
Load and execute any ArContext from a JSON CONFIGURATION file
```shell
-python -m argaze CONFIGURATION
+python -m argaze load CONFIGURATION
```
### Send command
@@ -22,7 +22,7 @@ python -m argaze CONFIGURATION
Use -p option to enable pipe communication at given address:
```shell
-python -m argaze CONFIGURATION -p /tmp/argaze
+python -m argaze load CONFIGURATION -p /tmp/argaze
```
Open another tab in the **same** Terminal window then, you can send any Python command into the pipe.