Skip to content

Commit 556f713

Browse files
Add describe command
1 parent 8b93190 commit 556f713

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

coreapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from coreapi import codecs, history, transports
77

88

9-
__version__ = '1.18.0'
9+
__version__ = '1.18.1'
1010
__all__ = [
1111
'Array', 'Document', 'Link', 'Object', 'Error', 'Field',
1212
'ParseError', 'NotAcceptable', 'TransportError', 'ErrorMessage',

coreapi/commandline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ def history_forward():
602602
client.add_command(reload_document, name='reload')
603603
client.add_command(clear)
604604
client.add_command(load)
605+
client.add_command(describe)
605606

606607
client.add_command(credentials)
607608
credentials.add_command(credentials_add, name='add')

0 commit comments

Comments
 (0)