summaryrefslogtreecommitdiffstats
path: root/src/runner/builtins/command.rs
Commit message (Collapse)AuthorAgeFilesLines
* reduce typingJesse Luehrs2022-02-261-10/+7
|
* remove the mutex for builtin fdsJesse Luehrs2022-02-261-85/+63
|
* move to tokioJesse Luehrs2022-02-251-29/+37
|
* simplifyJesse Luehrs2022-01-181-13/+5
|
* no need to use mutexes here now that we're no longer bufferingJesse Luehrs2022-01-181-24/+28
|
* fix piping multiple lines to readJesse Luehrs2022-01-171-12/+30
|
* fix reading empty linesJesse Luehrs2022-01-171-2/+3
|
* fix builtins wrapping builtinsJesse Luehrs2022-01-091-26/+3
|
* renameJesse Luehrs2022-01-091-0/+398
since this doesn't just run pipelines anymore