We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03f980 commit 3153310Copy full SHA for 3153310
README.md
@@ -147,7 +147,7 @@ $ go get go.knocknote.io/eevee/cmd/eevee
147
```
148
149
無事インストールできていれば、 `$GOPATH/bin/eevee` があるはずです。
150
-`eevee help` が実行できれば、インストールは完了です
+`eevee --help` が実行できれば、インストールは完了です
151
152
## 作業ディレクトリの作成
153
_example/01_simple/README.md
@@ -28,7 +28,7 @@ EOS
28
## 4. Execute eevee
29
30
```bash
31
-$ eevee --schema schema --relation config
+$ eevee --schema schema --class config
32
33
34
generated the following files
0 commit comments