Skip to content

Commit

Permalink
feat(cli): add jina help cli for quick arg lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jul 22, 2021
1 parent 0ca4f7a commit 723c7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ def help(args: 'Namespace'):
"""
from .lookup import lookup_and_print

lookup_and_print(args.query)
lookup_and_print(args.query.lower())

0 comments on commit 723c7d9

Please sign in to comment.