-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds shroom command and removes old ones #4246
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #4246 +/- ##
===========================================
- Coverage 58.29% 58.15% -0.15%
===========================================
Files 588 588
Lines 53666 53643 -23
===========================================
- Hits 31283 31194 -89
- Misses 22383 22449 +66
☔ View full report in Codecov by Sentry. |
if raw: | ||
console.print(df) | ||
else: | ||
print_rich_table(df.head(limit)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont think this needs a raw input. raw differentiates between showing a chart and a table
if raw: | ||
console.print(df) | ||
else: | ||
print_rich_table(df.head(limit)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also limit is an argument. with the interactive, cropping here will only show a small amount
export_data( | ||
export, | ||
os.path.dirname(os.path.abspath(__file__)), | ||
"query", | ||
df, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No sheet name argument
Release/3.0.0
hotfix / pywry bump
Co-authored-by: Henrique Joaquim <[email protected]>
* handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <[email protected]>
hotfix/ fix windows pyinstaller subprocess fail if space in path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
query -h does not print help text
2023 Apr 27, 16:05 (🐛) /crypto/onchain/ $ query -h
usage: query -q QUERY [QUERY ...] [-h] [--export EXPORT] [--sheet-name SHEET_NAME [SHEET_NAME ...]] [-l LIMIT]
query: error: the following arguments are required: -q/--query
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
llstm
Addresses both #2764 and #3943
Fixes #3943
much more work can be done here: