feat: show absolute path name for runcmd "in directory"
modified src/runcmd.rs
@@ -1,4 +1,7 @@
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -18,7 +21,8 @@ pub fn runcmd(run_log: &mut RunLog, argv: &[&str], cwd: &Path) -> Result<(), Run
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -50,4 +54,7 @@ pub enum RunCmdError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|