Skip to content

Commit 649b0e0

Browse files
committed
Add Foramt and CheckFormat targets to the help
1 parent 89d8f05 commit 649b0e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.fsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ Target.create "Help" (fun _ ->
184184
printfn ""
185185
printfn " Other targets:"
186186
printfn " * CleanInternetCaches"
187+
printfn " * Format"
188+
printfn " * CheckFormat"
187189
printfn "")
188190

189191
let sourceFiles =

0 commit comments

Comments
 (0)