SecurityLogMiner / log-collection-client

Everything you do not see but feel the effects of.
Apache License 2.0
0 stars 0 forks source link

Implement command line help commands #18

Open Jicxer opened 7 months ago

Jicxer commented 7 months ago

Parent Issue: (https://github.com/SecurityLogMiner/log-collection-client/issues/9) Having help commands for the user is important. Running the command line would be something as: "rustc main.rs --help"

endepointe commented 7 months ago

this will be good to have eventually. We should instead have the tool read from a config file that the user can enter the required information OR, use sed to create and use the config file. Not using a config file for everything will be a pain for the user anyways so I am pretty confident that they will always elect to use a config file format we provide to them.

look at the config file example here: https://github.com/SecurityLogMiner/log-collection-client/tree/log-entry-read