summaryrefslogtreecommitdiff
path: root/src/flags.rs
AgeCommit message (Collapse)Author
2018-09-04Better flag parsingIan Shehadeh
2018-09-03Format.Ryan Dahl
2018-08-31Implemented deno.env and refactored flags.rsAaron Power
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.