Move invite task to pleroma namespace
authorJorty <jorty@jort.space>
Thu, 23 Aug 2018 16:37:20 +0000 (12:37 -0400)
committerJorty <jorty@jort.space>
Thu, 23 Aug 2018 16:46:13 +0000 (12:46 -0400)
commitba6e3eba33f16bdd2fede086d5fb5c86201cb57b
tree33dcac70751de5f8eb35966b844fce2c279ed79b
parent76ed9ca1e93dfada63f50d6ba22491ef8d5d253c
Move invite task to pleroma namespace

Some other minor changes were made to make it consistent with the behavior of
other tasks both within Pleroma and the conventions set by dependencies such as
Phoenix. Namely, the task is named `gen.invite` and `IO.puts` has been replaced
with references to `Mix.shell()` where appropriate.
lib/mix/tasks/generate_invite_token.ex [deleted file]
lib/mix/tasks/pleroma/gen_invite.ex [new file with mode: 0644]