Open xanderyzwich opened 4 years ago
datapy/initpy will be handling the primary call routing. This will be achieved largely by using bash style input flags. Both short and long flags will be allowed, and short flags can be combined such that -s -a -f is the same as -saf or -afs
-s -a -f
-saf
-afs
datapy/initpy will be handling the primary call routing. This will be achieved largely by using bash style input flags. Both short and long flags will be allowed, and short flags can be combined such that
-s -a -f
is the same as-saf
or-afs