I hereby claim:
- I am captncodr on github.
- I am captncodr (https://keybase.io/captncodr) on keybase.
- I have a public key ASC3SEhha2_8TdZp6Pa4WwhNk-u_rByViKHeZRtCf9nVaAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
type Shell = | |
| BASH | |
| POWERSHELL | |
| CMD | |
cli { | |
shell CMD | |
command "/C copy xyz.fs" | |
} |> Command.execute |
This is my first contribution to the FsAdvent on Sergey Tihon's Blog, thank you Sergey for making this possible every year.
Back in September 2022, a wonderful idea came to my mind. I kept thinking more and more over it and took a note, here is the original gist:
type Shell =
| BASH
| POWERSHELL
| CMD