When creating automated scripts (e.g. for Ansible) user prompts are not desirable.
Currently the "inverse" of fscrypt setup --all-users is fscrypt setup --quiet
However that is just a workaround, you may actually want the output (e.g. for logging setup steps) but just disable the question by specifying a value
So --no-all-users are --all-users=no would be great additions.
When creating automated scripts (e.g. for Ansible) user prompts are not desirable.
Currently the "inverse" of
fscrypt setup --all-usersisfscrypt setup --quietHowever that is just a workaround, you may actually want the output (e.g. for logging setup steps) but just disable the question by specifying a value
So
--no-all-usersare--all-users=nowould be great additions.