mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add CLI option for credential file auth to kit-ilias-web
This commit is contained in:
parent
9d5ec84b91
commit
1ce32d2f18
5 changed files with 31 additions and 7 deletions
|
|
@ -8,6 +8,10 @@ from ..output_dir import OnConflict, Redownload
|
|||
from ..version import NAME, VERSION
|
||||
|
||||
|
||||
class ParserLoadError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
# TODO Replace with argparse version when updating to 3.9?
|
||||
class BooleanOptionalAction(argparse.Action):
|
||||
def __init__(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue