more README stuff, example README, other misc cleanup

This commit is contained in:
Ben Kraft
2020-01-16 17:56:13 -08:00
parent 2c3702e282
commit 35699a73ef
7 changed files with 52 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ func Main() {
}()
if len(os.Args) != 2 {
// TODO: omit config to get it from genql.yaml, or to use the defaults.
err = fmt.Errorf("usage: %s genql.yaml", os.Args[0])
return
}