Skip to content

Commit

Permalink
docs: add --https to docs and cli help (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypercubed authored Nov 12, 2024
1 parent 8a9f15f commit 86dc2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Base options:
-k, --hooks <file> Middleware hooks [default: none]
-x, --proxy <host> Fallback proxy if no mock found
-o, --allow-cors [all|<hosts>] Enable CORS requests [default: none]
--https Enable secure request serving with HTTPS [default: false]
-l, --logs Enable server logs
-v, --version Show version
--help Show help
Expand Down
1 change: 1 addition & 0 deletions smoke-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Base options:
-k, --hooks <file> Middleware hooks [default: none]
-x, --proxy <host> Fallback proxy if no mock found
-o, --allow-cors [all|<hosts>] Enable CORS requests [default: none]
--https Enable secure request serving with HTTPS [default: false]
-l, --logs Enable server logs
-v, --version Show version
--help Show help
Expand Down

0 comments on commit 86dc2a5

Please sign in to comment.