ryansuchocki / microscheme

A Scheme subset for Atmel microcontrollers.

Home Page:http://ryansuchocki.github.io/microscheme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing full help text

bjornfor opened this issue · comments

It would be nice to have microscheme print its own (full) help text, so that one doesn't have to open README or something like that just to know what the command line flags are for:

$ microscheme 
Microscheme 0.9.1, (C) Ryan Suchocki
Usage: microscheme [-aucvrio] [-m model] [-d device] [-w filename] [-t rounds] program[.ms]

I also tried -h and --help, but those are not implemented.

By "full", I'm just referring to command line option description.

Done. It will now show full help if '-h' passed, or if no inputs given...

Thanks!