Tim Friedrich Brüggemann
Results
2
issues of
Tim Friedrich Brüggemann
Imagine the following: ```py from tap import Tap import os class MyParser(Tap): some_arg_with_default: str = "I'm a default" """This is some arg""" other_arg_with_env: int = os.environ.get("SHORT_ENV", 1) """This will be...
bug
## Is your feature request related to a problem? Please describe. No idea if this already is a feature of Chezmoi and I'm just too dumb/blind to figure this out....
enhancement