Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-05 | main: make prefixOArgs errors testable | Jakob Unterwurzacher | |
By returning an error instead of calling os.Exit, error cases can be tested easily. Error cases were not tested until now. | |||
2017-04-29 | main: "--" should also block "-o" parsing | Jakob Unterwurzacher | |
Includes test cases. | |||
2016-10-24 | Run cli_args_test.go through "gofmt -s" | Jakob Unterwurzacher | |
2016-10-10 | main: accept "-o" at the front AND at the end | Jakob Unterwurzacher | |
Moving "-o" to the end broke a third-party app, SiriKali. Breaking your users is bad, so let's accept "-o" anywhere. | |||
2016-10-09 | main: add tests for the "-o" parsing | Jakob Unterwurzacher | |