mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add --status and --report flags
This commit is contained in:
parent
27b5a8e490
commit
edbd92dbbf
3 changed files with 26 additions and 0 deletions
|
|
@ -159,6 +159,16 @@ PARSER.add_argument(
|
|||
action=BooleanOptionalAction,
|
||||
help="log and explain in detail what PFERD is doing"
|
||||
)
|
||||
PARSER.add_argument(
|
||||
"--status",
|
||||
action=BooleanOptionalAction,
|
||||
help="print status updates while PFERD is crawling"
|
||||
)
|
||||
PARSER.add_argument(
|
||||
"--report",
|
||||
action=BooleanOptionalAction,
|
||||
help="print a report of all local changes before exiting"
|
||||
)
|
||||
|
||||
|
||||
def load_default_section(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue