You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
Move from many command line programs that use docopt for CLI parsing to one centralized yatsm CLI using click.
Motivation:
There are a lot of CLI scripts already that process data, make maps, or perform housekeeping. The map scripts are prefixed with the name "yatsm_" but none of the others are. If we had one centralized yatsm command then it would be easier to navigate the various scripts.
Example:
$ yatsm --help
YATSM algorithm text
Options:
--verbose
--help
Commands:
lines runs lines
cache housekeeping for cache data
changemap makes changemaps
map makes maps
The text was updated successfully, but these errors were encountered:
Move from many command line programs that use
docopt
for CLI parsing to one centralizedyatsm
CLI usingclick
.Motivation:
There are a lot of CLI scripts already that process data, make maps, or perform housekeeping. The map scripts are prefixed with the name "yatsm_" but none of the others are. If we had one centralized
yatsm
command then it would be easier to navigate the various scripts.Example:
The text was updated successfully, but these errors were encountered: