Skip to content

Commit 3c43dea

Browse files
authored
Add function for db command (#33)
1 parent 32c7b36 commit 3c43dea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dfindexeddb/leveldb/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def App():
168168
'repr'],
169169
default='json',
170170
help='Output format. Default is json')
171+
parser_db.set_defaults(func=DbCommand)
171172

172173
parser_log = subparsers.add_parser(
173174
'log', help='Parse a leveldb log file.')

0 commit comments

Comments
 (0)