From 5d582c3c68902bc970e5fe8bdd3826da93ea1e46 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Wed, 21 Sep 2016 22:10:12 +0100 Subject: [PATCH] added actual usage --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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: ```