Skip to content

Conversation

@gsspdev
Copy link
Contributor

@gsspdev gsspdev commented Nov 27, 2025

Checklist

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR contains at most 5 new pages.
  • The PR is authored by me, or has been human-reviewed if it was created with AI or machine translation software.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):
  • Reference issue: #

@github-actions github-actions bot added new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers. labels Nov 27, 2025
@tldr-bot
Copy link

The build for this PR failed with the following error(s) at commit
c99cd2f73fe26281617162447c36ff9dde6f190d:

pages/common/setopt.md:
Error: Parse error on line 12:
...- Set an option:'setopt {{option}}'
-------------------^
Expecting 'BACKTICK', got 'TEXT'

Please fix the error(s) and push again.

Copy link
Collaborator

@msaf9 msaf9 left a comment

Choose a reason for hiding this comment

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

Please resolve the build failure so that we can begin the actual review process.


- Set an option:

'setopt {{option}}'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
'setopt {{option}}'
`setopt {{option}}`

Please fix the build.


- Unset an option:

'unsetopt {{option}}'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
'unsetopt {{option}}'
`unsetopt {{option}}`

+1


- Display all available options and their status:

'set -o'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
'set -o'
`set -o`

+2

@@ -0,0 +1,20 @@
# setopt

> Set/unset Z shell (zsh) options.
Copy link
Member

Choose a reason for hiding this comment

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

#18560

Suggested change
> Set/unset Z shell (zsh) options.
> Set/unset Z shell (Zsh) options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants