Created
September 18, 2022 20:35
-
-
Save CaptnCodr/bd87dc6b862addd8ab7336f1dc9a01c1 to your computer and use it in GitHub Desktop.
All notes for FsCli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Shell = | |
| BASH | |
| POWERSHELL | |
| CMD | |
cli { | |
shell CMD | |
command "/C copy xyz.fs" | |
} |> Command.execute |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment