add missing docstrings to commands
This commit is contained in:
parent
8d29aa8a6d
commit
9fe4faa6bb
3 changed files with 22 additions and 7 deletions
|
|
@ -148,6 +148,11 @@ class Parceloob(ReplApplication):
|
|||
self.cached_format(p)
|
||||
|
||||
def do_info(self, id):
|
||||
"""
|
||||
info ID
|
||||
|
||||
Get information about a parcel.
|
||||
"""
|
||||
parcel = self.get_object(id, 'get_parcel_tracking', [])
|
||||
if not parcel:
|
||||
print >>sys.stderr, 'Error: parcel not found'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue