haha, provide stdin to transpile

This commit is contained in:
Neale Pickett 2021-02-25 16:26:11 -07:00
parent 1c4d763f5e
commit a186d95dbc
1 changed files with 1 additions and 0 deletions

View File

@ -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,