From 649b0e0522ca7a4a5dffa565b051ac3c29584465 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Sun, 23 Jul 2023 21:15:24 +0600 Subject: [PATCH] Add Foramt and CheckFormat targets to the help --- build.fsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.fsx b/build.fsx index fec931a5d..e79e19cfc 100644 --- a/build.fsx +++ b/build.fsx @@ -184,6 +184,8 @@ Target.create "Help" (fun _ -> printfn "" printfn " Other targets:" printfn " * CleanInternetCaches" + printfn " * Format" + printfn " * CheckFormat" printfn "") let sourceFiles =