Everything is stable again. Some refactoring work is still in progress !deploy

This commit is contained in:
KevinMarquette
2017-02-04 23:18:43 -08:00
parent af7e4143cc
commit 1b83630001
4 changed files with 35 additions and 16 deletions

View File

@@ -16,7 +16,8 @@ Provide a script file and a command to execute.
$path = myscript.ps1
Get-Chronometer -Path $path -Script {. .\myscript.ps1} -OutVariable report
$report.ToString()
$report.line | % tostring
The user experience is important to me but I am working on the core logic right now. I will loop back to make it more intuitive and simple to use.
## Things to know