1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

respect create: false in install --temp for #326

This commit is contained in:
deadc0de6
2021-10-11 17:42:00 +02:00
parent 7671266fa6
commit 0bde2ab6b6
3 changed files with 11 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ A dotfile will be installed only if it differs from the version already present
Some available options:
* `-t`/`--temp`: Install the dotfile(s) to a temporary directory for review (helping to debug templating issues, for example).
Note that actions are not executed in this mode and the config entry `create` is always considered to be `true`.
Note that actions are not executed in this mode.
* `-a`/`--force-actions`: Force the execution of actions even if the dotfiles are not installed
* `-f`/`--force`: Do not ask for any confirmation