Overview
Add support for the quite (-q, --quiet) option to the backUp` script.
Details
See the method document of backUp for more details regarding the purpose of the quiet option. In short, it should cause the script to run such that less output is produced to the terminal. This should also allow for more logging to be added.
Artifact(s)
Scope
As a part of this work, additional logging should also be added.
Also, the function doc should be updated, as well as backUp's README.md (probably).
Blockers
It's more important that unit tests exist and are run by a pipeline than that this feature is added, as a result, those issues, #2 & #3, shale be worked first.
For the same reason, GitHub status badges shale be created first (issue #4 & #5).
Understanding the level of unit test coverage for each theoretically supported shell, and increasing that coverage is of grater importance than this issue, as a result, #7, and the issues produced by it, should be worked prior to this one.
Overview
Add support for the quite (
-q, --quiet) option to thebackUp` script.Details
See the method document of
backUpfor more details regarding the purpose of the quiet option. In short, it should cause the script to run such that less output is produced to the terminal. This should also allow for more logging to be added.Artifact(s)
Scope
As a part of this work, additional logging should also be added.
Also, the function doc should be updated, as well as
backUp'sREADME.md(probably).Open a PR for This Issue
Blockers
It's more important that unit tests exist and are run by a pipeline than that this feature is added, as a result, those issues, #2 & #3, shale be worked first.
For the same reason, GitHub status badges shale be created first (issue #4 & #5).
Understanding the level of unit test coverage for each theoretically supported shell, and increasing that coverage is of grater importance than this issue, as a result, #7, and the issues produced by it, should be worked prior to this one.