mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-17 02:01:01 +01:00
Improved list-logbook.ps1
This commit is contained in:
parent
a3b21f73b7
commit
1232a12779
@ -11,6 +11,7 @@ $PathToRepo = "$PSScriptRoot/.."
|
||||
try {
|
||||
write-progress "Reading Data/logbook.csv..."
|
||||
$Table = import-csv "$PathToRepo/Data/logbook.csv"
|
||||
write-progress -completed "Reading Data/logbook.csv..."
|
||||
|
||||
write-output ""
|
||||
write-output "Time User Text"
|
||||
|
Loading…
Reference in New Issue
Block a user