pub fn parse( args: TokenStream, input: TokenStream, settings: Settings, ) -> Result<(P<App>, P<Analysis>), Error>
Parses the input of the #[app] attribute
#[app]