slaclab / ATEF_timing_config

1 stars 1 forks source link

Improved CLI #7

Closed slactjohnson closed 7 months ago

slactjohnson commented 7 months ago

You should create a clean CLI interface for the user that provides options for performing the various tasks that you have coded. You can use a package like argparse to make nice CLIs that provide help functions automatically and help you document the use of your code.