mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -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 $
|
||||
OptionsValues
|
||||
[ OptionValueUser
|
||||
"target"
|
||||
Nothing
|
||||
"Send a baboon to the safari"
|
||||
Nothing
|
||||
True
|
||||
{ optionValueName = "target",
|
||||
optionValueLocalizedName = Nothing,
|
||||
optionValueDescription = "Send a baboon to the safari",
|
||||
optionValueLocalizedDescription = Nothing,
|
||||
optionValueRequired = True
|
||||
}
|
||||
],
|
||||
createDefaultMemberPermissions = Nothing,
|
||||
createDMPermission = Nothing
|
||||
|
|
@ -63,11 +64,12 @@ unbaboonCommand =
|
|||
Just $
|
||||
OptionsValues
|
||||
[ OptionValueUser
|
||||
"target"
|
||||
Nothing
|
||||
"The baboon to rewild"
|
||||
Nothing
|
||||
True
|
||||
{ optionValueName = "target",
|
||||
optionValueLocalizedName = Nothing,
|
||||
optionValueDescription = "The baboon to rewild",
|
||||
optionValueLocalizedDescription = Nothing,
|
||||
optionValueRequired = True
|
||||
}
|
||||
],
|
||||
createDefaultMemberPermissions = Nothing,
|
||||
createDMPermission = Nothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue