From f4a78005a3fe7e8b0019ad16dd83c76992933f87 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 28 May 2024 16:17:51 +0200 Subject: Defining load and patch as __main__.py module commands. Updating documentation. --- docs/user_guide/utils/ready-made_scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/user_guide/utils/ready-made_scripts.md') 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. -- cgit v1.1