choderalab / msm-pipeline

A pipeline for MSMs.
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Use docopt instead of positional cli arguments #27

Open maxentile opened 8 years ago

maxentile commented 8 years ago

John suggests to switch away from positional command-line arguments to something like docopt for easy unambiguous command-line argument handling: http://docopt.org/

Example usage in Yank: https://github.com/choderalab/yank/blob/master/Yank/cli.py