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