We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e7a91 commit aff2834Copy full SHA for aff2834
src/main/java/org/cryptomator/cli/CryptomatorCli.java
@@ -12,7 +12,7 @@
12
mixinStandardHelpOptions = true,
13
version = "${org.cryptomator.cli.version}",
14
description = "Unlocks a cryptomator vault and mounts it into the system.",
15
- subcommands = { Unlock.class, ListMounters.class})
+ subcommands = { Unlock.class, ListMounters.class, CommandLine.HelpCommand.class})
16
public class CryptomatorCli {
17
18
private static final Logger LOG = LoggerFactory.getLogger(CryptomatorCli.class);
0 commit comments