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.
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.