You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cmd - runs commands via shell interpeter (ie you could execute bash commands) Run - executes programs (with arguments) and returns Medallion.Shell Command object which could be further composed (a-la Linux tee style) or awaited. See here awaiting strings with cli commands - is just a fun shortcut for Run.
I would suggest using await for executing cli strings (using interpolation for arguments) as the most succinct and convenient way to run commands.
Hi,
There are 3 differents way to run commands :
Cmd()
Run()
await "command"
What are the uses cases ?
Thanks for you help
The text was updated successfully, but these errors were encountered: