mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
chore: made options explicit
This commit is contained in:
parent
046eb5b921
commit
8b75074f8b
1 changed files with 12 additions and 10 deletions
|
|
@ -42,11 +42,12 @@ baboonCommand =
|
||||||
Just $
|
Just $
|
||||||
OptionsValues
|
OptionsValues
|
||||||
[ OptionValueUser
|
[ OptionValueUser
|
||||||
"target"
|
{ optionValueName = "target",
|
||||||
Nothing
|
optionValueLocalizedName = Nothing,
|
||||||
"Send a baboon to the safari"
|
optionValueDescription = "Send a baboon to the safari",
|
||||||
Nothing
|
optionValueLocalizedDescription = Nothing,
|
||||||
True
|
optionValueRequired = True
|
||||||
|
}
|
||||||
],
|
],
|
||||||
createDefaultMemberPermissions = Nothing,
|
createDefaultMemberPermissions = Nothing,
|
||||||
createDMPermission = Nothing
|
createDMPermission = Nothing
|
||||||
|
|
@ -63,11 +64,12 @@ unbaboonCommand =
|
||||||
Just $
|
Just $
|
||||||
OptionsValues
|
OptionsValues
|
||||||
[ OptionValueUser
|
[ OptionValueUser
|
||||||
"target"
|
{ optionValueName = "target",
|
||||||
Nothing
|
optionValueLocalizedName = Nothing,
|
||||||
"The baboon to rewild"
|
optionValueDescription = "The baboon to rewild",
|
||||||
Nothing
|
optionValueLocalizedDescription = Nothing,
|
||||||
True
|
optionValueRequired = True
|
||||||
|
}
|
||||||
],
|
],
|
||||||
createDefaultMemberPermissions = Nothing,
|
createDefaultMemberPermissions = Nothing,
|
||||||
createDMPermission = Nothing
|
createDMPermission = Nothing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue