Regression of argument parsing for default actions #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'm trying to do and why
Pass arguments to implicit sub-commands when running the default borgmatic actions (prune, create, check). Why: This was existing functionality used to customize prune, create, or check actions. It apparently regressed in 1.3.17 during the argument parsing refactor.
Steps to reproduce
Actual behavior
Expected behavior
The argument to the implicit
createaction is accepted and the invocation succeeds.Environment
borgmatic version: 1.3.17
borgmatic installation method:
pip install --useras rootBorg version: 1.1.10
Python version: 3.7.4
operating system and version: Manjaro stable
Okay, this has been fixed and released as part of borgmatic 1.3.18. Whew!