Flags
Here is a list of flags you can use in tut. You use them by adding them like this tut --new user
- -h --help = show help message
- -v --version = show the version number
- -n --new-user = add one more user to tut
- -c <path> --config <path> = load config.toml from <path>
- -d <path> --config-dir <path> = load all config from <path>
- -u <name> --user <name> = login directly to user named <name>
- If you want to login to multiple accounts separate them with a space and use quotation marks. E.g. -u "acc_one acc_two"
- If two users are named the same, use full name like tut@fosstodon.org
If you don't want to set --config or --config-dir everytime you can set the environment variables TUT_CONF and TUT_CONF_DIR instead.