edwardUL99 / StudSysCppCLI

A CLI UI for the StudSysCpp Project. This is a "dummy" project that is not used but done to practise C++ and also software engineering in terms of issues, issue tracking, issue refinement, requirements engineering, releases and also databases
GNU General Public License v3.0
0 stars 0 forks source link

Deprecation of most command-line arguments #106

Open edwardUL99 opened 4 years ago

edwardUL99 commented 4 years ago

This issue is bringing notice that the deprecation of all command-line arguments besides the -f argument is now deprecated and will be later removed.

This has been done as a config file provides greater flexibility in the definition of certain arguments

edwardUL99 commented 4 years ago

In the new Configuration class being created, the initialise(char **argv) will have to be removed too