TheFirstLairron / Rustask

A small, CLI-based task management system.
0 stars 0 forks source link

Command Line Arguments for Server/Client #1

Open TheFirstLairron opened 4 years ago

TheFirstLairron commented 4 years ago

Set up a command line argument system for determining Server versus Client instances.

TheFirstLairron commented 4 years ago

A good library for doing this seems to be Clap.