aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/utils
diff options
context:
space:
mode:
authorThéo de la Hogue2024-09-12 18:41:05 +0200
committerThéo de la Hogue2024-09-12 18:41:05 +0200
commit7ac00a104ccd8113f222338dd76091ad4bc7a795 (patch)
tree7bc00fbd85367a6de4d5702cc3899b5e5385ae96 /docs/user_guide/utils
parent67e6ba67474bae3315ed7ef7aebf2bf9a9a55c48 (diff)
downloadargaze-main.zip
argaze-main.tar.gz
argaze-main.tar.bz2
argaze-main.tar.xz
Documenting null value usage in edit command.HEADmain
Diffstat (limited to 'docs/user_guide/utils')
-rw-r--r--docs/user_guide/utils/main_commands.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user_guide/utils/main_commands.md b/docs/user_guide/utils/main_commands.md
index c4887a4..9227d8d 100644
--- a/docs/user_guide/utils/main_commands.md
+++ b/docs/user_guide/utils/main_commands.md
@@ -54,3 +54,6 @@ Modify the content of JSON CONFIGURATION file with another JSON CHANGES file the
```shell
python -m argaze edit CONFIGURATION CHANGES OUTPUT
```
+
+!!! note
+ Use *null* value to remove an entry.