#
generate mocks
#
parsley-cli generate mocks
Generate configurable mocks for interface types.
#
Synopsis
Generates fully configurable mock implementations for Go interface types. It simplifies the process of creating mocks by analyzing the source code and automatically generating mock structs that adhere to the defined interfaces.
parsley-cli generate mocks [flags]
#
Options
-h, --help help for mocks
#
SEE ALSO
- parsley-cli generate - Generate boilerplate code for advanced DI features