run icon indicating copy to clipboard operation
run copied to clipboard

Vet Usage of log.SetPrefix()

Open TekWizely opened this issue 3 years ago • 0 comments

Feels like we're not using log.SetPrefix() consistently.

Sometimes we want it to represent the tool (run, +x runfile) and sometimes we want it to represent the Runfile currently being parsed (for file+line+col error reporting)

Let's take a closer look at its usage and make sure its values represent our intentions during the life the command.

TekWizely avatar Jul 18 '22 22:07 TekWizely