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

Changes meta tags & removes command functionName & extension description #48

Merged
merged 1 commit into from
Dec 8, 2016

Conversation

skellock
Copy link
Contributor

@skellock skellock commented Dec 8, 2016

Meta tags are now:

// @cliCommand
// @cliDescription
// @contextExtension

I have remove @description for extensions since they do not appear in the CLI.

I have also removed @functionNamefor commands in favour of convention. They're the function that's exported from acommand/*.js`.

Also, what I had before encouraged multiple commands per file. And that won't work with @functionName. So i burned it all.

@skellock skellock merged commit 8933b45 into master Dec 8, 2016
@skellock skellock deleted the cli-meta-tags branch December 8, 2016 17:31
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.

1 participant