Closed dsherret closed 2 years ago
For example:
const example = "example"; await $`echo ${example}`.printCommand();
Outputs:
> echo example example
Not sure about the name though. This is useful for debugging purposes especially. Probably the > should be white and the command text light grey.
>
For example:
Outputs:
Not sure about the name though. This is useful for debugging purposes especially. Probably the
>
should be white and the command text light grey.