We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Title
The text was updated successfully, but these errors were encountered:
In the same vein, load --help does not work.
load --help
2023 Mar 07, 17:50 (🦋) /stocks/ $ load --help usage: load -t TICKER [-s START] [-e END] [-i {1,5,15,30,60}] [-p] [-f FILEPATH] [-m] [-w] [--exchange] [--performance] [-h] [--export EXPORT] [--sheet-name SHEET_NAME [SHEET_NAME ...]] [--source {YahooFinance,AlphaVantage,Polygon,EODHD,Intrinio,DataBento}] load: error: the following arguments are required: -t/--ticker 2023 Mar 07, 17:50 (🦋) /stocks/ $ load --help usage: load -t TICKER [-s START] [-e END] [-i {1,5,15,30,60}] [-p] [-f FILEPATH] [-m] [-w] [--exchange] [--performance] [-h] [--export EXPORT] [--sheet-name SHEET_NAME [SHEET_NAME ...]] [--source {YahooFinance,AlphaVantage,Polygon,EODHD,Intrinio,DataBento}] load: error: the following arguments are required: -t/--ticker
Sorry, something went wrong.
I fixed @deeleeramone's issue in #4504
Successfully merging a pull request may close this issue.
Title
The text was updated successfully, but these errors were encountered: