Skip to content

Commit

Permalink
chore: add example
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 19, 2024
1 parent b0849dd commit 25ca3ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ cli
.example('tlsx secure example.com --output /etc/ssl')
.example('tlsx secure example.com -d "api.example.com,*.example.com"')
.example('tlsx secure -d "example.com,api.example.com"')
.example('tlsx secure stacks.localhost -d "stacks2.local,stacks3.localhost,stacks4.test"')
.action(async (domain?: string, options?: CliOptions) => {
const cliOptions = options || {}

Expand Down

0 comments on commit 25ca3ea

Please sign in to comment.