aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/cli.py
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-01-13str.split() -> shlex.split(), cleanup.Rob Austein
svn path=/trunk/; revision=5633
2014-01-12Use argparse for all command parsing, both argv and internal commandRob Austein
processor. Integrate inline help with argparse's help system. Use subparsers to provide coherent structure in non-interactive mode. Once necessary infrastructure for this is in place, it has the happy side effect of simplifying parsing for any individual command. svn path=/trunk/; revision=5632
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
svn path=/trunk/; revision=5624
2013-03-25Break rootd setup out of rpkic create_identity into new command rpkicRob Austein
configure_root command; and rename rpkic delete_self to delete_identity for symmetry. Clean up handling of rpkic command syntax errors. Exit with non-zero status when rpkic is invoked with arguments and the given command throws an error. See #466. svn path=/trunk/; revision=5213
2011-10-05Add global traceback control; this closes #95. Clean up someRob Austein
"except:" clauses that should have been "except Exception:". svn path=/rpkid/rpki-sql-setup.py; revision=4014
2010-05-20CleanupRob Austein
svn path=/rpkid/rpki/cli.py; revision=3255
2010-04-12LintRob Austein
svn path=/myrpki/myrpki.py; revision=3191
2010-04-06Don't bomb out of command processor if we see an exception.Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3165
2010-03-11Fix completion handler for help commandRob Austein
svn path=/rpkid/rpki/cli.py; revision=3074
2010-03-11Help messages.Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3072
2010-03-08Tweak completion to behave as a bash user would expect.Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3042
2010-03-05DebugRob Austein
svn path=/rpkid/rpki/cli.py; revision=3030
2010-03-05yes_or_no()Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3029
2010-03-04CheckpointRob Austein
svn path=/rpkid/rpki/cli.py; revision=3023
2010-03-03RefactorRob Austein
svn path=/myrpki.rototill/setup.py; revision=3015