feat: allow to configure if home directory is automatically created from cli (#2963)

This commit is contained in:
ねらひかだ 2024-01-30 18:14:50 +09:00 committed by GitHub
parent 5c5ab6b875
commit a4b089a6db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 5 deletions

View file

@ -49,6 +49,8 @@ you want to change. Other options will remain unchanged.`,
hasAuth = true
case "shell":
set.Shell = convertCmdStrToCmdArray(mustGetString(flags, flag.Name))
case "create-user-dir":
set.CreateUserDir = mustGetBool(flags, flag.Name)
case "branding.name":
set.Branding.Name = mustGetString(flags, flag.Name)
case "branding.color":