From 6e5a44798b2650235fb901df00469e195868fcb8 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Fri, 8 Jan 2016 16:36:19 -0500 Subject: [PATCH] Update README. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bafae0e..c28a0ba 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,16 @@ hackmyresume BUILD resume.json -o someFile.all -s hackmyresume BUILD resume.json -o someFile.all --silent ``` +### Debug Mode + +Use `-d` or `--debug` to force HMR to emit a call stack when errors occur. In +the future, this option will emit detailed error logging. + +```bash +hackmyresume BUILD resume.json -d +hackmyresume ANALYZE resume.json --debug +``` + ## Contributing HackMyResume is a community-driven free and open source project under the MIT