certbot/letsencrypt
Peter Eckersley 2e0fd36c28 Improve flag and help processing
* letsencrypt --help $SUBCOMMAND now works.
   Fixes #787 #819
 * subcommand arguments are now actually argument groups, so that all flags
   can be placed before or after subcommand verbs as the user wishes
   Fixes: #820

A limitation:

 * args like --cert-path were previously present for multiple verbs
   (auth/install/revoke) with separate docs; they are now in the "paths"
   topic.  That's fine, though it would be good to *also* list them when the
   user types letsencrypt --help install.
2015-09-29 21:01:02 +00:00
..
display Remove Revocation display 2015-09-25 22:44:33 -07:00
plugins Revert reversion 2015-09-26 18:20:13 -07:00
tests Merge pull request #777 from letsencrypt/fix_771 2015-09-26 22:12:46 -04:00
.gitignore Move letsencrypt.client to letsencrypt 2015-05-10 12:32:05 +00:00
__init__.py Move letsencrypt.client to letsencrypt 2015-05-10 12:32:05 +00:00
account.py Strict permission checking only upon request 2015-09-16 13:13:24 -07:00
achallenges.py Changes account in achalls to account_key 2015-08-11 13:22:03 -07:00
auth_handler.py Incorporated Kuba's feedback and better defined corner cases 2015-09-24 16:23:40 -07:00
cli.py Improve flag and help processing 2015-09-29 21:01:02 +00:00
client.py Merge pull request #777 from letsencrypt/fix_771 2015-09-26 22:12:46 -04:00
colored_logging.py Incorporated Kuba's feedback 2015-09-26 12:18:32 -07:00
configuration.py Merge branch 'master' into remove_revoker 2015-09-26 01:19:28 -07:00
constants.py Merge branch 'master' into remove_revoker 2015-09-26 01:19:28 -07:00
continuity_auth.py Remove Recovery Token. 2015-07-25 12:00:04 +00:00
crypto_util.py pep8 and google style guide 2015-09-16 18:43:32 -07:00
error_handler.py Incorporated Kuba's feedback and better defined corner cases 2015-09-24 16:23:40 -07:00
errors.py pep8 letsencrypt 2015-09-06 09:20:11 +00:00
EULA EULA using pkg_resources (fixes #278) 2015-03-11 07:51:06 +00:00
interfaces.py Merge pull request #814 from letsencrypt/crash_recovery 2015-09-26 04:25:58 -04:00
le_util.py Incorporated Kuba's feedback 2015-09-26 12:18:32 -07:00
log.py log.DialogHandler: print formatted record, not just message. 2015-06-25 19:55:22 +00:00
notify.py Fix renewer pr docstrings 2015-05-28 07:45:41 +00:00
proof_of_possession.py pep8 letsencrypt 2015-09-06 09:20:11 +00:00
renewer.py The renewer also needs a config singleton 2015-09-16 17:15:10 -07:00
reporter.py Incorporated Kuba's feedback 2015-09-26 12:18:32 -07:00
reverter.py Strict permission checking only upon request 2015-09-16 13:13:24 -07:00
storage.py Merge branch 'treat_duplicate_as_renewal' into kuba_chain 2015-09-15 17:51:58 -07:00
validator.py Finished basic Apache test framework 2015-07-22 18:25:09 -07:00