AppleCommander/app/cli-ac/src/main/java/com/webcodepro/applecommander
Brian J. Bernstein 2d811de210 Changed command line parsing to allow for multiple operations in the
same JVM instance. Multiple commands are specified sequentially (e.g.
ac.sh -ptx volume.po afile afile.txt -bas volume.po bfile bfile.bas).
This required adding support for several operations to read files
instead of STDIN. However, STDIN support remains for those who want to
use it, though they need to specify '-' as the file.
2022-10-11 11:43:43 -04:00
..
ui Changed command line parsing to allow for multiple operations in the 2022-10-11 11:43:43 -04:00