Corionis / ELS

Corionis Entertainment Library Synchronizer data management and back-up tool
https://corionis.github.io/ELS/
GNU General Public License v3.0
6 stars 0 forks source link

Add command handling mechanism for long command lines #102

Closed Corionis closed 1 year ago

Corionis commented 1 year ago

ELS has over 50 command line options. When combined the command line can exceed the maximum length for some operating systems.

Add creating "commands" to the Generate mechanism with a very simple command line usable by any operating system.

Corionis commented 1 year ago

This adds another layer of abstraction that ELS does not need. Find other ways, i.e. batch files or similar, to handle specific systems and limitation.