feat: add a tootctl command to use mastodons CLI #31

Open
benjaminlyng wants to merge 1 commits from benjaminlyng/mastodon:feature/add_tootctl_cmd into main

View File

@ -59,6 +59,11 @@ admin() {
bin/tootctl accounts create "$1" --email "$2" --confirmed --role Owner
bin/tootctl accounts approve "$1"
}
tootctl() {
environment
bin/tootctl $@
}
shell() {
## Run a shell with proper environment