in reply to Wrap multiple programs
You can not get command line options twice within the same program. I recommend writing both Plot and Calc into subroutines within the main script, and go from there.
Otherwise, create a module out of both of the mentioned "things" into modules, import them into your main script, then distribute the cli arguments appropriately.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Wrap multiple programs
by haukex (Archbishop) on Mar 18, 2017 at 11:06 UTC |