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

Add comment to README #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

masaaki-horie
Copy link

Added comments to complement ambiguous task expressions.
Since this task expression conflicts with the standard optional argument expression in the CLI, a concrete example was added to the comment.

Check about standard cli usage syntax: http://docopt.org/

This comment complements the ambigious task syntax.
See http://docopt.org/
@ikari7789
Copy link
Collaborator

Is this necessary? The example already given works as well by just replacing :command_name with :list.

invoke 'laravel:artisan[:list]'

@masaaki-horie
Copy link
Author

I made mistake like this, executing php artisan down --secret="secret-path" on remote servers.

cap env deploy laravel:artisan:down --secret="secret-path"

Correct command is this.

cap env deploy laravel:artisan[down --secret="secret-path"]

So I think need this extra comment. How do you think about this command structure?

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

Successfully merging this pull request may close these issues.

None yet

2 participants