mirror of https://github.com/dirtbags/moth.git
haha, provide stdin to transpile
This commit is contained in:
parent
1c4d763f5e
commit
a186d95dbc
|
@ -196,6 +196,7 @@ func (t *T) Markdown() error {
|
|||
|
||||
func main() {
|
||||
t := &T{
|
||||
Stdin: os.Stdin,
|
||||
Stdout: os.Stdout,
|
||||
Stderr: os.Stderr,
|
||||
Args: os.Args,
|
||||
|
|
Loading…
Reference in New Issue