Skip to content

Commit

Permalink
Add Foramt and CheckFormat targets to the help
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Jul 23, 2023
1 parent 89d8f05 commit 649b0e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ Target.create "Help" (fun _ ->
printfn ""
printfn " Other targets:"
printfn " * CleanInternetCaches"
printfn " * Format"
printfn " * CheckFormat"
printfn "")

let sourceFiles =
Expand Down

0 comments on commit 649b0e0

Please sign in to comment.