mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Improved list-logbook.ps1
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user