QuickBase / quickbase-cli

MIT License
13 stars 3 forks source link

Refactor Output.handleError implementations to eliminate the Output argument #20

Open cpliakas opened 3 years ago

cpliakas commented 3 years ago

We shouldn't need to pass Output to Output.handleError handler implementations. This is probably an artifact of old code. It isn't hurting anything, but it is a little confusing.