Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Oct 18, 2024
1 parent 080c17e commit 19735db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/cryptomator/cli/PasswordSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class PasswordSource {
public static final Logger LOG = LoggerFactory.getLogger(PasswordSource.class);
private static final int MAX_PASSPHRASE_FILE_SIZE = 5_000; //5KB

//TODO: is the colon ":" a reserved char in Linux?
@CommandLine.Option(names = {"--password:stdin"}, paramLabel = "Passphrase", description = "Passphrase, read from STDIN", interactive = true)
char[] passphraseStdin = null;

Expand Down

0 comments on commit 19735db

Please sign in to comment.