mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Update strict mode docs
This commit is contained in:
parent
bf089d1bfd
commit
45c6f1101d
@ -114,7 +114,7 @@ Debug mode can be enabled through [DEBUG_MODE envvar](#with-envvars) or [-d flag
|
||||
|
||||
### Strict mode
|
||||
|
||||
In strict mode the script never updates an existent stack, and instead exits with an error. Following the same principle, it never removes an unexistent stack.
|
||||
In strict mode the script never updates an existent stack nor removes an unexistent one, and instead exits with an error.
|
||||
|
||||
Strict mode can be enabled through [STRICT_MODE envvar](#with-envvars) or [-t flag](with-flags).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user