diff --git a/README.md b/README.md index 64a33c0..513cd0f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ Moq is a tool that generates a struct from any interface. The struct can be used ### Usage +``` +moq [flags] destination interface [interface2 [interface3 [...]]] + -out string + output file (default stdout) + -pkg string + package name (default will infer) +``` + In a command line: ```