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

docs wrong for custom_commands (rpc) #706

Open
bryanhuntesl opened this issue Sep 10, 2019 · 1 comment
Open

docs wrong for custom_commands (rpc) #706

bryanhuntesl opened this issue Sep 10, 2019 · 1 comment

Comments

@bryanhuntesl
Copy link

Steps to reproduce

https://hexdocs.pm/distillery/extensibility/custom_commands.html

release_ctl eval --mfa "Mix.Tasks.MyTask.run/1" --argv -- "$@"

Should be :

release_ctl eval "Mix.Tasks.MyTask.run/1" --argv -- "$@"

Folks are getting mixed up by that, and also applying it incorrectly when attempting to

release_remote_ctl rpc "Mix.Tasks.MyTask.run/1" --argv -- "$@"
@bryanhuntesl
Copy link
Author

This is also wrong, distillery understands ..

release_remote_ctl rpc "Mix.Tasks.MyTask.run()"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant