Skip to content

Commit

Permalink
small edit: word wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Sep 18, 2020
1 parent ca877b5 commit 171f199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ moq [flags] source-dir interface [interface2 [interface3 [...]]]
-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
suppress mock implementation check, avoid import cycle if mocks
generated outside of the tested package
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 171f199

Please sign in to comment.