choderalab / software-development

A primer on software development best practices for computational chemistry
262 stars 79 forks source link

Add section on writing command-line arguments (CLI) #95

Open jchodera opened 2 years ago

jchodera commented 2 years ago

We should have a section on how to write good CLIs, e.g. using click

We might also add some philosophy on how CLIs should work and be used and what they should look like so we can standardize the style across lab tools.