Created by: nanwu
Streamline the options parser:
- Reformat the usage as: lambdapp [options] source_file [target_file]
- Remove the -o option, put argument for output file at the end of command.
- reconsolidate the handling for illegal options.
Created by: nanwu
Streamline the options parser: