Method Tools.Standalone.process_files()->main()
- Method main
 int(0..)main(intargc,array(string)argv)- Description
 Base implementation of main program, handling basic flags and returning an exit status matching the number of failures during operation.
- FIXME
 No easy way of adding your own command-line flags implemented yet. This would be a rather natural next feature to add, once somebody needs some.