Skip to content

Make cli more inclusive#413

Merged
falvaradorodriguez merged 6 commits into
mainfrom
make_cli_more_inclusive
Jun 13, 2024
Merged

Make cli more inclusive#413
falvaradorodriguez merged 6 commits into
mainfrom
make_cli_more_inclusive

Conversation

@falvaradorodriguez

@falvaradorodriguez falvaradorodriguez commented Jun 12, 2024

Copy link
Copy Markdown
Contributor

Closes #319

The changes made are explained here.

The help messages are kept in white according to the article's indications. All other messages are in an appropriate colour.

@github-actions

github-actions Bot commented Jun 12, 2024

Copy link
Copy Markdown

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@falvaradorodriguez

Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

github-actions Bot added a commit that referenced this pull request Jun 12, 2024
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 87.033% (-0.1%) from 87.136%
when pulling 8ecd24e on make_cli_more_inclusive
into 29be0a2 on main.

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 87.033% (-0.1%) from 87.136%
when pulling b062113 on make_cli_more_inclusive
into 29be0a2 on main.

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 87.033% (-0.1%) from 87.136%
when pulling 95a5e07 on make_cli_more_inclusive
into 29be0a2 on main.

@falvaradorodriguez falvaradorodriguez marked this pull request as ready for review June 12, 2024 19:40
@falvaradorodriguez falvaradorodriguez requested a review from a team as a code owner June 12, 2024 19:40
parser = setup_argument_parser()
print_formatted_text(text2art("Safe Creator")) # Print fancy text
args = parser.parse_args()
print_formatted_text(text2art("Safe Creator")) # Print fancy text

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is moved so that the logo is not displayed when the --help and --version commands are executed.

@Uxio0 Uxio0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Amazing work

@falvaradorodriguez falvaradorodriguez merged commit bebbba2 into main Jun 13, 2024
@falvaradorodriguez falvaradorodriguez deleted the make_cli_more_inclusive branch June 13, 2024 13:59
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the CLI more inclusive

3 participants