Commit graph

13 commits

Author SHA1 Message Date
4b1e396d9f Add docstring to pipeable.input. 2020-12-06 15:48:57 -08:00
9340e172df Remove unused builtin_input. 2020-12-06 15:48:57 -08:00
86f2186dd6 Move not in_pipe->list(lines) so it is inherent to multiline input. 2020-12-06 15:48:57 -08:00
051b783964 Remove support for input(arg=None).
If the caller doesn't want to specify an arg, they should be using go().
2020-12-06 15:48:57 -08:00
a0c7bd0258 Add docstring to pipeable.go. 2020-12-06 15:48:56 -08:00
946f329e8c Add helpful decorator ctrlc_return1. 2020-11-30 22:01:37 -08:00
10a447cd07 Add argument read_files so that arg may be a filepath. 2020-11-30 22:01:23 -08:00
Ethan Dalool
1468f318f8 Handle sys.stdin, stdout are None under pythonw. 2020-11-05 22:00:36 -08:00
Ethan Dalool
e5b07cd72d Add some comments to pipeable. 2020-02-17 22:58:26 -08:00
Ethan Dalool
560b918815 Remove this unused argv function. 2020-02-17 22:57:20 -08:00
Ethan Dalool
267ae16c5d Add a parent PipeableException class. 2020-02-17 22:56:39 -08:00
Ethan Dalool
0cb646fda0 Appease some flake8 linting. 2020-01-31 20:53:29 -08:00
Ethan Dalool
8ad50ca714 Add pipeable to voussoirkit. 2019-06-11 22:45:04 -07:00