Please agree to the following
Summary
If the --mounter is not provided, the error is logged in the same line as the Enter value for --password:stdin output
What software is involved?
- Operating System: Not relevant
- Cryptomator CLI: 0.6.0
Volume Type
None
Steps to Reproduce
echo "foo" | cryptomator-cli unlock /home/foo/vault/ --mountPoint=/home/foo/mounted --password:stdin
Expected Behavior
echo "foo" | cryptomator-cli unlock /home/foo/vault/ --mountPoint=/home/foo/mounted --password:stdin
Enter value for --password:stdin (Passphrase, read from STDIN):
Error: Missing required argument(s): --mounter=fully.qualified.ClassName
Usage:
...
(and when #76 is implemented, without Enter value for --password:stdin (Passphrase, read from STDIN):)
Actual Behavior
echo "foo" | cryptomator-cli unlock /home/foo/vault/ --mountPoint=/home/foo/mounted --password:stdin
Enter value for --password:stdin (Passphrase, read from STDIN): Error: Missing required argument(s): --mounter=fully.qualified.ClassName
Usage:
...
Reproducibility
Always
Relevant Log Output
No response
Anything else?
No response