Convert gen_app_yaml.py to optparse
This allows for example the -f flag to be specified as the second
argument. Also add a '-i|--interactive' flag which asks for the
application name interactively.
/** * @name bar * @namespace */new function() { /** * @name bar-foo * @function * @param {number} x */ function foo(x) { }}