Skip to content

Commit

Permalink
Update usage documentation (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas committed Mar 29, 2023
1 parent 3b9c671 commit 373b8f9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ older Go versions, use the pre-built binaries published with

```
moq [flags] source-dir interface [interface2 [interface3 [...]]]
-fmt string
go pretty-printer: gofmt, goimports or noop (default gofmt)
-out string
Expand All @@ -37,15 +36,17 @@ moq [flags] source-dir interface [interface2 [interface3 [...]]]
package name (default will infer)
-rm
first remove output file, if it exists
-skip-ensure
suppress mock implementation check, avoid import cycle if mocks generated outside of the tested package
-stub
return zero values when no mock implementation is provided, do not panic
-skip-ensure
suppress mock implementation check, avoid import cycle if mocks
generated outside of the tested package
-with-resets
generate functions to facilitate resetting calls made to a mock
-version
show the version for moq
-with-resets
generate functions to facilitate resetting calls made to a mock
Specifying an alias for the mock is also supported with the format 'interface:alias'
Ex: moq -pkg different . MyInterface:MyMock
```

Expand Down

0 comments on commit 373b8f9

Please sign in to comment.