-
Notifications
You must be signed in to change notification settings - Fork 5
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
update cli, gh action, and docs to include all features #47
base: main
Are you sure you want to change the base?
Conversation
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.
Nice one, thanks!
Woops, forgot to run pre-commit. Just did that. |
Never mind the Also, give this PR a few minutes... I'm making some more changes. |
Ready for re-review! |
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.
Looks good
|
||
1. Install the [VSCode-YAML extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) | ||
|
||
2. In your repo, create a `.vscode/settings.jsonc` or `.vscode/settings.template.jsonc` file containing the following data. This is what tells the extension which schema to associate with each file. |
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.
We should add this to https://www.schemastore.org/json/ so that it loads automatically for any VSCode users.
I'm updating
rich-click
docs right now.Having
working_dir:
as an option in the Github Actions would be extremely helpful. For now I need to do either<!-- RICH-CODEX working_dir: . -->
or use afake_command
on literally every command in the docs to make it work the way I want. Addingworking_dir: "."
to the GH action would be great.While I was at it, I also updated the table to reflect everything available in the CLI, as I noticed it wasn't in parity.
Update: won't use these for rich-click docs after all, but they're still good changes.