We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I’d suggest to always output command hints on one single separate line.
It would make it a lot easier to copy paste if needed.
By instance
Run (& opam env --switch=default) -split '\r?\n' | ForEach-Object { Invoke-Expression $_ } to update the current shell environment
Would become
To update the current shelll environment, run (& opam env --switch=default) -split '\r?\n' | ForEach-Object { Invoke-Expression $_ }
Best regards
The text was updated successfully, but these errors were encountered:
I've opened #6159 with a slight difference explained in the description. What do you think?
Sorry, something went wrong.
Closing. See #6159
let's keep it open until it's actually resolved. Merging the PR will close it automatically anyway
Successfully merging a pull request may close this issue.
I’d suggest to always output command hints on one single separate line.
It would make it a lot easier to copy paste if needed.
By instance
Would become
Best regards
The text was updated successfully, but these errors were encountered: