in options.go [80:85]
func WithStdin(stdin io.Reader) Option { return func(app *App) error { app.stdin = stdin return nil } }