We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334a1b0 commit b34ea99Copy full SHA for b34ea99
1 file changed
README.md
@@ -45,12 +45,13 @@ To find potentially mismatched listings in a chapter run,
45
will be printed to the console.
46
47
To run all chapters in powershell from ListingManager directory,
48
+```
49
Get-ChildItem -Path 'insert.srcPathNameHere' -Directory | Where-Object {
50
!$_.name.EndsWith("Tests")
51
} | ForEach-Object {
52
listingmanager --path $_.FullName --preview --verbose
53
}
-
54
55
56
# Pushing new versions
57
0 commit comments