cli icon indicating copy to clipboard operation
cli copied to clipboard

If the `--mounter` is not provided, the error is logged in the same line as the `Enter value for --password:stdin` output

Open SailReal opened this issue 1 year ago • 0 comments

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

  1. 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

SailReal avatar Dec 16 '24 12:12 SailReal