teragrep / cfe_41

Integration Command-line
GNU Affero General Public License v3.0
0 stars 0 forks source link

Command line arguments #3

Open Nefarious46 opened 1 month ago

Nefarious46 commented 1 month ago

Description Currently only the CFE-18 entrypoint address and authorization token are implemented as arguments. Should support at least the following :

This is an on-going task until arguments are deemed to be sufficient enough for configuration generation.

Nefarious46 commented 4 weeks ago

Following objects need to have commandline arguments enabled as so that correct endpoint can be called per needed configuration data.

Nefarious46 commented 1 week ago

Command line parsing happens through CNF component later on. Should refactor Arguments.Java when CNF is integrated into CFE_41