Description
These inputs should be taken as command line arguments.
- Native Language (Sinhala: sn, Tamil: tm)
- Fully qualified file path or Directory
- Target Directory
If File path provided that particular file will be converted.
If directory provided all the files in the directory which has .simply extension will be converted
If both provided priority will be goes to file path
If target directory provided converted files will be saved in target directory
If target directory not provided
- File path
Converted file will be saved in the same directory where source code located
- Directory
All files will be saved in new directory called Simply_target
Command line arguments parsing
https://picocli.info
Plan
https://docs.google.com/document/d/16SfiTiARw9FaO5-x658HUk79WfraYbpoTlkxyDoi7g0/edit?usp=sharing
Description
These inputs should be taken as command line arguments.
If File path provided that particular file will be converted.
If directory provided all the files in the directory which has .simply extension will be converted
If both provided priority will be goes to file path
If target directory provided converted files will be saved in target directory
If target directory not provided
Converted file will be saved in the same directory where source code located
All files will be saved in new directory called Simply_target
Command line arguments parsing
https://picocli.info
Plan
https://docs.google.com/document/d/16SfiTiARw9FaO5-x658HUk79WfraYbpoTlkxyDoi7g0/edit?usp=sharing