From: Daan De Meyer Date: Wed, 18 Oct 2023 21:08:02 +0000 (+0200) Subject: Add shorthand for enabling --autologin X-Git-Tag: v19~66^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f9d7302bfd3a24cc2df82c25d198a69e3eb82c;p=thirdparty%2Fmkosi.git Add shorthand for enabling --autologin I use this one really often in mkosi one liners so let's add a shorthand for it. --- diff --git a/mkosi/config.py b/mkosi/config.py index 33066bc8f..664dee8cd 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -1573,6 +1573,7 @@ SETTINGS = ( ), MkosiConfigSetting( dest="autologin", + short="-a", metavar="BOOL", nargs="?", section="Content",