Commit b4f42f2
committed
refactor(cmd): reimplement how cmd is run
In the original design, command to long will not be run.
I use the code how invoke runs sunbprocess.
https://github.com/pyinvoke/invoke/blob/master/invoke/runners.py#L12711 parent efc1bdb commit b4f42f2
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
0 commit comments