Pull request for v1.2 #1

Merged
freyjagp merged 3 commits from v1.2-dev into main 2025-09-12 05:10:19 +00:00
Showing only changes of commit 720c24ed89 - Show all commits

View File

@@ -195,7 +195,7 @@ def main(*args, **kwargs):
parser.add_argument( parser.add_argument(
'--home', '-b', '--home', '-b',
action='store_true', action='store_true',
help="Go home" help="Go home",
default=False, default=False,
dest="go_home", dest="go_home",
) )