small edit: word wrap

This commit is contained in:
Mat Ryer 2020-09-18 09:53:31 +01:00
parent ca877b5ffb
commit 171f1993f4

View File

@ -34,7 +34,8 @@ moq [flags] source-dir interface [interface2 [interface3 [...]]]
-stub -stub
return zero values when no mock implementation is provided, do not panic return zero values when no mock implementation is provided, do not panic
-skip-ensure -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' Specifying an alias for the mock is also supported with the format 'interface:alias'
Ex: moq -pkg different . MyInterface:MyMock Ex: moq -pkg different . MyInterface:MyMock