summaryrefslogtreecommitdiff
path: root/cmd/dev.go
AgeCommit message (Collapse)Author
2025-02-18Align formatting of user visible error messages (#84)HEADmasterYURII D.
* Update run.go Remove "Error", The "return" already implies an error. Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context. * Update dev.go Remove "Error", The "return" already implies an error. Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context. * Update run.go * Update dev.go
2023-11-18Support passing config options as CLI arguments (#15)Philipp Tanlak