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