mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-12 17:27:50 +08:00
parse: Fix go:generate line.
This commit is contained in:
parent
09b77f6127
commit
a1a495cc09
|
@ -2,7 +2,7 @@
|
|||
package parse
|
||||
|
||||
//go:generate ./boilerplate.py
|
||||
//go:generate stringer -type=PrimaryType,RedirMode,ControlKinD -output=string.go
|
||||
//go:generate stringer -type=PrimaryType,RedirMode,ControlKind -output=string.go
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
|
Loading…
Reference in New Issue
Block a user