summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2011-02-24 20:46:14 +0100
committerTill Maas <opensource@till.name>2011-02-24 20:46:14 +0100
commit67b222a98b3c5b25514ed73042edfacf0f1fc264 (patch)
treec0aeef2e0f36d480c6cdefd89ad51015a7b7e4cd
parentf9189cd74b583ffcf33fe6580027e06f058abfdf (diff)
downloadcnucnu-67b222a98b3c5b25514ed73042edfacf0f1fc264.tar.gz
cnucnu-67b222a98b3c5b25514ed73042edfacf0f1fc264.tar.xz
cnucnu-67b222a98b3c5b25514ed73042edfacf0f1fc264.zip
checkshell: add command to show package html
-rw-r--r--cnucnu/checkshell.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnucnu/checkshell.py b/cnucnu/checkshell.py
index e0cf862..8361d8b 100644
--- a/cnucnu/checkshell.py
+++ b/cnucnu/checkshell.py
@@ -98,6 +98,9 @@ class CheckShell(cmd.Cmd):
def do_EOF(self, args):
self.emptyline()
+ def do_html(self, args):
+ print self.package.url
+ print self.package.html
def emptyline(self):
if self.package.url: