Skip to content

Commit 25ca3ea

Browse files
committed
chore: add example
1 parent b0849dd commit 25ca3ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ cli
4141
.example('tlsx secure example.com --output /etc/ssl')
4242
.example('tlsx secure example.com -d "api.example.com,*.example.com"')
4343
.example('tlsx secure -d "example.com,api.example.com"')
44+
.example('tlsx secure stacks.localhost -d "stacks2.local,stacks3.localhost,stacks4.test"')
4445
.action(async (domain?: string, options?: CliOptions) => {
4546
const cliOptions = options || {}
4647

0 commit comments

Comments
 (0)