[Feature] Verbosity specification for runs #18
Labels
Comp:Output
This issue has to do with the output component of the code or document. (writing to databases, etc.)
Difficulty:2-Challenging
This issue may be complex or require specialized skills.
Priority:4-Low
This work is valuable, but not urgent or mission critical.
Status:1-New
No one has claimed this issue yet. It is in need of solving.
Type:Feature
New feature or feature request
Milestone
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).
How can this issue be closed?
This issue can be closed with a PR that addresses the handful of print statements in the code.
The text was updated successfully, but these errors were encountered: