Skip to content

Commit

Permalink
Merge pull request #10 from buschtoens/patch-1
Browse files Browse the repository at this point in the history
feat(cli): options via `LICENSE_*` env vars
  • Loading branch information
Ovyerus authored Jul 17, 2021
2 parents f1a919e + c6cdbb8 commit 49df1c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function main() {
.scriptName(pkg.name)
.version(pkg.version)
.usage("Usage: license [--help] [--version] [command]")
.env("LICENSE")
.command(
"$0 [license]",
"Generate a license file.",
Expand Down

0 comments on commit 49df1c9

Please sign in to comment.