summaryrefslogtreecommitdiff
path: root/src/flags.rs
AgeCommit message (Collapse)Author
2018-08-22Change usage example script extension from .js to .tsJeremy Banks
2018-08-21Better error handling in src/handlers.rsRyan Dahl
Introduces error codes that are shared between JS/RS Fixes #526.
2018-08-17Command line flag parsing (#524)Ryan Dahl
In particular this allow -D for logging debug output.