Skip to content

Commit

Permalink
chore: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 11, 2023
1 parent 66d010f commit de1f04e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions rust/pact_mock_server_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ $ ./pact_mock_server_cli start -l debug -o logs/
This creates a new pact mock server managed by the master server from a pact file. The ID and port of the mock server
will be displayed.

Note, the tls option will only be available if the tls create feature is enabled.

```console
$ ./pact_mock_server_cli help create
Creates a new mock server from a pact file
Expand Down
5 changes: 3 additions & 2 deletions rust/pact_mock_server_cli/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! The `pact_mock_server` crate provides the CLI for the pact mock server for mocking HTTP requests
//! and generating responses based on a pact file. It implements the V3 Pact specification
//! (https://github.com/pact-foundation/pact-specification/tree/version-3).
//! and generating responses based on a pact file. It implements the
//! [V3 Pact specification](https://github.com/pact-foundation/pact-specification/tree/version-3)
//! and [V4 Pact specification](https://github.com/pact-foundation/pact-specification/tree/version-4).

#![warn(missing_docs)]

Expand Down

0 comments on commit de1f04e

Please sign in to comment.