Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"tootctl settings help" returns incorrect output #8920

Open
1 of 2 tasks
rtucker opened this issue Oct 8, 2018 · 1 comment
Open
1 of 2 tasks

"tootctl settings help" returns incorrect output #8920

rtucker opened this issue Oct 8, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@rtucker
Copy link
Contributor

rtucker commented Oct 8, 2018

tootctl settings help omits the settings word from the commands list:

rtucker@smithwicks:~/vulpine.club/mastodon$ docker-compose run --rm web tootctl settings help registrations
Starting mastodon_redis_1 ... done
Starting mastodon_db_1    ... done
Starting mastodon_es_1    ... done
Commands:
  tootctl registrations close           # Close registrations
  tootctl registrations help [COMMAND]  # Describe subcommands or one specific subcommand
  tootctl registrations open            # Open registrations

rtucker@smithwicks:~/vulpine.club/mastodon$ docker-compose run --rm web tootctl settings registrations open
Starting mastodon_db_1 ... done
Starting mastodon_redis_1 ... done
Starting mastodon_es_1    ... done
OK
rtucker@smithwicks:~/vulpine.club/mastodon$ docker-compose run --rm web tootctl registrations open
Starting mastodon_db_1 ... 
Starting mastodon_es_1    ... done
Starting mastodon_redis_1 ... done
Could not find command "registrations".

  • I searched or browsed the repo’s other issues to ensure this is not a duplicate.
  • This bug happens on a tagged release and not on master (If you're a user, don't worry about this).
@Gargron
Copy link
Member

Gargron commented Oct 8, 2018

I think that's a thor bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants