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

Add parameters to width_check function #21

Open
andrewwoods opened this issue Aug 17, 2023 · 0 comments
Open

Add parameters to width_check function #21

andrewwoods opened this issue Aug 17, 2023 · 0 comments
Labels
Task A normal ticket
Milestone

Comments

@andrewwoods
Copy link
Owner

Description

The width_check function displays a line of hash marks displaying the width of your terminal, between the start and stop values. The start and stop values are currently hard-coded in the function. This ticket requires that the start and stop be passable, using the current hard-coded values as defaults.

Expected Outcome

Upon successful completion, the user will be able to pass the start and stop values as integers. The increment value must remain at 4.

When documenting this function, include a couple of aliases for situations when you'd want to check your terminal to be a certain width e.g. writing an article, Coding a web app, etc

@andrewwoods andrewwoods added the Task A normal ticket label Aug 17, 2023
@andrewwoods andrewwoods added this to the Version 3 milestone Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task A normal ticket
Projects
None yet
Development

No branches or pull requests

1 participant