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

fix: correct doc issues #136

Merged
merged 2 commits into from
Jan 26, 2022
Merged

fix: correct doc issues #136

merged 2 commits into from
Jan 26, 2022

Conversation

peternhale
Copy link
Contributor

@W-10464871@

docs/flags.md Outdated
@@ -13,13 +13,13 @@ $ mycli --force --file=./myfile
It would be declared like this:

```js
import Command, {flags} from '@oclif/core'
import Command, {Flags} from '@oclif/core'
Copy link
Contributor

Choose a reason for hiding this comment

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

import {Command, Flags} from '@oclif/core'

@peternhale
Copy link
Contributor Author

This PR is dependent on oclif/core PR feat: merge cli-ux library with oclif/core

@mdonnalley mdonnalley merged commit 41e380d into docs Jan 26, 2022
@mdonnalley mdonnalley deleted the phale/update-docs branch January 26, 2022 16:05
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.

2 participants