Skip to content

Add util for getting account description #592

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

Merged
merged 6 commits into from
Nov 19, 2021
Merged

Conversation

anthmatic
Copy link
Contributor

@anthmatic anthmatic commented Nov 9, 2021

Description and Context

An alternative to #575. This PR achieves the same goal of displaying Account Name (Account ID) but can be called anywhere that accountId is known and eliminates the need to pass around the accountDescription variable

This also introduces cli/lib/ui for CLI UI related utils

Screenshots

TODO

Who to Notify

@anthmatic anthmatic marked this pull request as ready for review November 10, 2021 18:30
module.exports = {
link,
getAccountDescription,
};
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@brandenrodgers I requested another review because I thought it might make sense to pull these "ui" related utils together in the CLI package but wanted to get your 👍 first

Copy link
Contributor

Choose a reason for hiding this comment

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

I like it 👍

@anthmatic anthmatic merged commit 5fe191c into master Nov 19, 2021
@anthmatic anthmatic deleted the add/getAccountName-util branch November 19, 2021 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants