José Matos cc7ca138da Fix call of layout2layout as a module.
If we call parser.parse_args(), thus with no arguments, the parser uses
sys.argv (because that is the default). We should pass argv since that was
the purpose of handling argv in the main function.

We pass argv[1:] since when parsing the arguments we always ignore the name
of the program.

Use the full power of argparse to declare the default value of the end_format.
2017-05-13 15:25:44 +01:00
..
2016-05-10 21:27:57 +02:00
2016-07-31 00:15:42 -04:00
2016-06-08 20:02:33 +02:00
2017-04-15 00:05:40 +02:00