girish946 / simple-pub-sub

a simple message broker implemented in rust
MIT License
0 stars 0 forks source link

add arg parser and remove hardcoded default valies. #2

Closed girish946 closed 9 months ago

girish946 commented 9 months ago

Once the argparser is used the default values need to be picked up from the config file.

If no values are provided in the args, the all of the values from the config file need to be used.

girish946 commented 9 months ago

done.