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() {
|
func main() {
|
||||||
t := &T{
|
t := &T{
|
||||||
|
Stdin: os.Stdin,
|
||||||
Stdout: os.Stdout,
|
Stdout: os.Stdout,
|
||||||
Stderr: os.Stderr,
|
Stderr: os.Stderr,
|
||||||
Args: os.Args,
|
Args: os.Args,
|
||||||
|
|
Loading…
Reference in New Issue