added actual usage
This commit is contained in:
parent
9f7e94bcae
commit
5d582c3c68
@ -10,6 +10,14 @@ Moq is a tool that generates a struct from any interface. The struct can be used
|
|||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
moq [flags] destination interface [interface2 [interface3 [...]]]
|
||||||
|
-out string
|
||||||
|
output file (default stdout)
|
||||||
|
-pkg string
|
||||||
|
package name (default will infer)
|
||||||
|
```
|
||||||
|
|
||||||
In a command line:
|
In a command line:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user