Skip to content

Allow command line opening of a file as arg

Jop Wolffs requested to merge github/fork/jtrebosc/cmdline_arg into develop

Created by: jtrebosc

This commit use the first argument as the data to open when launch from command line. Further improvement could be to implement batch processing through command line with advanced argument parsing (using argparse).

Merge request reports