added actual usage

This commit is contained in:
Mat Ryer 2016-09-21 22:10:12 +01:00
parent 9f7e94bcae
commit 5d582c3c68

View File

@ -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:
```