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

docs: wrap shell command in quotes #21

Merged
merged 1 commit into from
Aug 29, 2022
Merged

Conversation

dlqqq
Copy link
Contributor

@dlqqq dlqqq commented Aug 29, 2022

zsh does not escape square brackets by default, and hence any CLI arguments with square brackets must be either escaped or wrapped in double quotes.

`zsh` does not escape square brackets by default, and hence any CLI arguments with square brackets must be either escaped or wrapped in double quotes.
Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

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

Thanks!

@blink1073 blink1073 added the documentation Improvements or additions to documentation label Aug 29, 2022
@blink1073 blink1073 merged commit 5074663 into jupyter:main Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants