mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-18 16:39:03 +02:00
Updated the Markdown manuals
This commit is contained in:
@@ -60,7 +60,7 @@ param([string]$Name = "")
|
||||
try {
|
||||
if ($Name -eq "") { $Name = Read-Host "Enter the name of the checklist" }
|
||||
|
||||
$Lines = Get-Content -path "$PSScriptRoot/../Data/Checklists/$Name.txt"
|
||||
$Lines = Get-Content -path "$PSScriptRoot/../data/checklists/$Name.txt"
|
||||
clear-host
|
||||
$Step = 1
|
||||
foreach($Line in $Lines) {
|
||||
@@ -78,4 +78,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of speak-checklist.ps1 as of 10/19/2023 08:11:42)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of speak-checklist.ps1 as of 12/07/2023 20:24:23)*
|
||||
|
Reference in New Issue
Block a user