All notes for FsCli
September 18, 2022 ยท View on GitHub
type Shell = | BASH | POWERSHELL | CMD
cli { shell CMD command "/C copy xyz.fs" } |> Command.execute
September 18, 2022 ยท View on GitHub
type Shell = | BASH | POWERSHELL | CMD
cli { shell CMD command "/C copy xyz.fs" } |> Command.execute