aboutsummaryrefslogtreecommitdiff
path: root/spec/lexer.go
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2022-03-30 21:25:40 +0900
committerRyo Nihei <nihei.dev@gmail.com>2022-03-30 21:35:12 +0900
commitb565c7ddb7cbbf2ccfb8653c9a77140d83e02c55 (patch)
tree32d16c248f238407df3a063f708fbc4a5d7f811c /spec/lexer.go
parentAllow an alternative to have multiple directives (diff)
downloadcotia-b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55.tar.gz
cotia-b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55.tar.xz
Upgrade maleeni to v0.6.0
Diffstat (limited to 'spec/lexer.go')
-rw-r--r--spec/lexer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lexer.go b/spec/lexer.go
index 6e9279d..f9ad871 100644
--- a/spec/lexer.go
+++ b/spec/lexer.go
@@ -1,4 +1,4 @@
-//go:generate maleeni compile -l lexspec.json -o clexspec.json
+//go:generate maleeni compile lexspec.json -o clexspec.json
//go:generate maleeni-go clexspec.json --package spec
package spec