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

refactor(cli): unify the format of prompt messages in cli #980

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

Lee-000
Copy link
Collaborator

@Lee-000 Lee-000 commented Aug 30, 2021

No description provided.

@Lee-000 Lee-000 requested a review from linjiX August 31, 2021 03:10
tensorbay/cli/utility.py Outdated Show resolved Hide resolved
tensorbay/cli/dataset.py Outdated Show resolved Hide resolved
branch_tbrn = TBRN(dataset_client.name, revision=name)
click.echo(f"{branch_tbrn} has been successfully created")
branch_tbrn = get_colored_tbrn(TBRN(dataset_client.name, revision=name))
click.echo(f'Successfully created branch "{branch_tbrn}"')
Copy link
Contributor

Choose a reason for hiding this comment

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

shall we use past-tense here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is more concise this way.

@coveralls
Copy link

coveralls commented Aug 31, 2021

Pull Request Test Coverage Report for Build 1193747278

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.756%

Totals Coverage Status
Change from base Build 1192962294: 0.0%
Covered Lines: 6105
Relevant Lines: 7037

💛 - Coveralls

@Lee-000 Lee-000 requested a review from linjiX September 1, 2021 13:28
@Lee-000 Lee-000 changed the title refactor(cli): unify the messages in cli refactor(cli): unify the format of prompt messages in cli Sep 2, 2021
@Lee-000 Lee-000 merged commit 652d145 into Graviti-AI:main Sep 2, 2021
@Lee-000 Lee-000 deleted the T15660_cli_message branch September 2, 2021 11:38
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.

3 participants