-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Comp:OutputThis issue has to do with the output component of the code or document. (writing to databases, etc.)This issue has to do with the output component of the code or document. (writing to databases, etc.)Difficulty:2-ChallengingThis issue may be complex or require specialized skills.This issue may be complex or require specialized skills.Priority:4-LowThis work is valuable, but not urgent or mission critical.This work is valuable, but not urgent or mission critical.Status:1-NewNo one has claimed this issue yet. It is in need of solving.No one has claimed this issue yet. It is in need of solving.Type:FeatureNew feature or feature requestNew feature or feature request
Description
Is your feature request related to a problem? Please describe.
In #17 some print statements were introduced in https://github.com/arfc/ghastly/pull/17/files/f53b34d70943e32e01fcd69463c8ad3ca5e8071b#diff-411a6d452028f20234ee027d5edf26c77073824ef97df97b68dae516bacd358c, these are not ubiquitous in the code and should be standardized, potentially with a verbosity option for users.
Describe the feature you'd like.
A verbosity option should be added to user inputs so users don't get unexpected print statements.
Describe alternatives you've considered.
The print statements can be removed.
Additional context.
These links might serve as good jumping off points (I've never added a verbosity option to a script before, I just poked around for 2 seconds to see what was out there).
- https://stackoverflow.com/questions/5980042/how-to-implement-the-verbose-or-v-option-into-a-script
- https://verboselogs.readthedocs.io/en/latest/readme.html
How can this issue be closed?
This issue can be closed with a PR that addresses the handful of print statements in the code.
Metadata
Metadata
Assignees
Labels
Comp:OutputThis issue has to do with the output component of the code or document. (writing to databases, etc.)This issue has to do with the output component of the code or document. (writing to databases, etc.)Difficulty:2-ChallengingThis issue may be complex or require specialized skills.This issue may be complex or require specialized skills.Priority:4-LowThis work is valuable, but not urgent or mission critical.This work is valuable, but not urgent or mission critical.Status:1-NewNo one has claimed this issue yet. It is in need of solving.No one has claimed this issue yet. It is in need of solving.Type:FeatureNew feature or feature requestNew feature or feature request