Closed TrangNguyenBC closed 5 years ago
Hi @ahal I fixed the "--help" bug. Please help me to review it. Thank you!
The previous commit which add "limit" and "format" context to every query to fix bug in printing the query result (every row same with header)
caused the bug with branch_usage
recipe because run_query
always returns the result in table format. I fixed it, though it should be better when we move forward to solve "Standard context definition format for web interface and/or argparse".
Thanks, tried it out and it works great! Really happy about this change :+1:
This PR solves issue #92 Update adr query to work in the same way as adr recipe: get contexts from cli, if not specified value, use default value in
COMMON_CONTEXT
, so that we can removeFAKE_CONTEXT