Skip to content
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

Feature/general improvements #4213

Merged
merged 9 commits into from
Feb 13, 2023
Merged

Feature/general improvements #4213

merged 9 commits into from
Feb 13, 2023

Conversation

jmaslek
Copy link
Collaborator

@jmaslek jmaslek commented Feb 10, 2023

This PR mainly allows users to enter any stocks submenu without doing load first (except for research).

Within the fa menu, this adds ticker arguments to all functions, ie (cash -t aapl) instead of load appl/cash.

@jmaslek jmaslek added the enhancement Enhancement label Feb 10, 2023
@reviewpad reviewpad bot added the feat M Medium T-Shirt size feature label Feb 10, 2023
@reviewpad reviewpad bot added feat XL Extra Large feature and removed feat M Medium T-Shirt size feature labels Feb 10, 2023
Copy link
Contributor

@hjoaquim hjoaquim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! I think this will improve a lot the UX

@@ -106,7 +107,6 @@ def print_help(self):
mt.add_cmd("load")
mt.add_raw("\n")
mt.add_param("_ticker", stock_text)
mt.add_raw(self.add_info)
mt.add_raw("\n")
mt.add_cmd("quote", self.ticker)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding quote, tob, candle, codes, news, if those are usable upon --ticker arg, shouldn't they be blueish? Also, why exclude candle and news?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes and I forgot them :(

@jmaslek jmaslek merged commit 5aebae4 into develop Feb 13, 2023
@jmaslek jmaslek deleted the feature/general-improvements branch February 13, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement feat XL Extra Large feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants