GNS-Science/eq-fault-geom

convert cfm_shape_to_*.py to first class CLI modules

Opened this issue · 0 comments

from review #37

/eq_fault_geom/faultmeshio/cfm_shape_to_*.py are command scripts

these should:

  • be migrated to the CLI folder
  • use optparse package (or similar) to implement a simple Command Line Interface for the user
  • remove any any hard-coded paths or files in the script
  • have a simple --help option telling the user how to use it.