Skip to content

Commit aff2834

Browse files
committed
add help command
1 parent b3e7a91 commit aff2834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cryptomator/cli/CryptomatorCli.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
mixinStandardHelpOptions = true,
1313
version = "${org.cryptomator.cli.version}",
1414
description = "Unlocks a cryptomator vault and mounts it into the system.",
15-
subcommands = { Unlock.class, ListMounters.class})
15+
subcommands = { Unlock.class, ListMounters.class, CommandLine.HelpCommand.class})
1616
public class CryptomatorCli {
1717

1818
private static final Logger LOG = LoggerFactory.getLogger(CryptomatorCli.class);

0 commit comments

Comments
 (0)