Nake icon indicating copy to clipboard operation
Nake copied to clipboard

[Discussion] Cmd() vs Run() vs await $""

Open stratdev3 opened this issue 2 years ago • 1 comments

Hi,

There are 3 differents way to run commands :

  • Cmd()
  • Run()
  • await "command"

What are the uses cases ?

Thanks for you help

stratdev3 avatar Feb 24 '23 10:02 stratdev3