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

feat: support spaced commands #166

Merged
merged 7 commits into from
Apr 21, 2021
Merged

feat: support spaced commands #166

merged 7 commits into from
Apr 21, 2021

Conversation

mdonnalley
Copy link
Contributor

@mdonnalley mdonnalley commented Apr 9, 2021

Adds support for spaced commands

Depends on oclif/core#143
Fixes #28

@mdonnalley mdonnalley self-assigned this Apr 9, 2021
@@ -17,6 +17,17 @@ describe('command_not_found', () => {
expect(ctx.stdout).to.be.contain('commands\nhelp')
})

test
.only()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like a leftover .only ... not super familiar with OCLIF but lgtm

@mdonnalley mdonnalley changed the base branch from master to main April 14, 2021 19:37
},
"engines": {
"node": ">=8.0.0"
"node": ">=14.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm starting to second guess this. Since node 12 is still a LTS until mid-2022, I wonder if it is a good move to require 14. I guess another way to ask this, is it ok the unified CLI requires node 14? Maybe that is... we can also see what kind of reaction we get when we do the announcement post.

- release:
context: org-global
filters:
branches: {only: master}
branches: {only: main}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing we aren't merging any of these PRs until we have an @oclif/core@v1?

@mdonnalley mdonnalley merged commit b38be86 into main Apr 21, 2021
@mdonnalley mdonnalley deleted the mdonnalley/spaced-commands branch April 21, 2021 15:24
mdonnalley added a commit that referenced this pull request Jun 7, 2021
* feat: support spaced commands

* fix: do not suggest hidden commands

* chore: prepare for v2

* chore: update core

* chore: update circle config

* chore: remove github actions

* chore: regenerate lock file
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

4 participants