-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mvdb/harvest command use argparse (#527)
* use parser.add_argument() instead of make_option() * default values for options are already defined in the parser * verbosity=4 is now not supported anymore (cannot remove arg with argparse) * do not define requires_system_checks for versions lower than 1.9 * verbosity default is 3 * requires_model_validation is useful for 1.6 and below
- Loading branch information
1 parent
fb0f24f
commit 6d68a72
Showing
2 changed files
with
109 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters