-
Notifications
You must be signed in to change notification settings - Fork 932
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
edit cf CLI dev guide README #293
Conversation
Hey jennjblack! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you've already signed the CLA. |
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/82323578. |
a plugin.CliConnection. The plugin.CliConnection is a struct containing methods | ||
for invoking cf cli commands. The second argument to Run(..) is a slice | ||
containing the arguments passed from the `cf` process. | ||
- A struct `plugin.CliConnection` that containins methods for invoking cf cli commands |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling mistake for 'contains'
Fixed that typo and also fixed other formatting issues. |
|
||
## Installing Plugins | ||
The `plugin.CliCommand([]args)` returns the output printed by the command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plugin.CliCommand
should be cliConnection.CliCommand
cf-docs team README edits for cf CLI 6.7.0