Skip to content

Commit

Permalink
fix #63 show argument files usage for subcmds
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Sep 10, 2020
1 parent 0816b76 commit ef59f03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/wtf/metio/ilo/compose/Compose.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
description = "Open an (interactive) shell using podman-/docker-compose",
versionProvider = VersionProvider.class,
mixinStandardHelpOptions = true,
showAtFileInUsageHelp = true,
usageHelpAutoWidth = true,
showDefaultValues = true,
descriptionHeading = "%n",
Expand Down
1 change: 1 addition & 0 deletions src/main/java/wtf/metio/ilo/devcontainer/Devcontainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
description = "Open an (interactive) shell using devcontainer",
versionProvider = VersionProvider.class,
mixinStandardHelpOptions = true,
showAtFileInUsageHelp = true,
usageHelpAutoWidth = true,
showDefaultValues = true,
descriptionHeading = "%n",
Expand Down
1 change: 1 addition & 0 deletions src/main/java/wtf/metio/ilo/shell/Shell.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
description = "Opens an (interactive) shell for your build environment",
versionProvider = VersionProvider.class,
mixinStandardHelpOptions = true,
showAtFileInUsageHelp = true,
usageHelpAutoWidth = true,
showDefaultValues = true,
descriptionHeading = "%n",
Expand Down

0 comments on commit ef59f03

Please sign in to comment.