Compare commits

...

2 commits

Author SHA1 Message Date
Nick
8b75074f8b chore: made options explicit 2025-11-28 02:47:35 -06:00
Nick
046eb5b921 chore: whoops! 2025-11-28 02:33:35 -06:00
3 changed files with 14 additions and 11 deletions

1
packages/website/.envrc Normal file
View file

@ -0,0 +1 @@
use flake .#website

2
packages/zookeeper/.envrc Executable file → Normal file
View file

@ -1 +1 @@
use flake
use flake .#zookeeper

View file

@ -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