-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
setopt: add page #19641
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
base: main
Are you sure you want to change the base?
setopt: add page #19641
Conversation
|
The build for this PR failed with the following error(s) at commit Please fix the error(s) and push again. |
msaf9
left a comment
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.
Please resolve the build failure so that we can begin the actual review process.
|
|
||
| - Set an option: | ||
|
|
||
| 'setopt {{option}}' |
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.
| 'setopt {{option}}' | |
| `setopt {{option}}` |
Please fix the build.
|
|
||
| - Unset an option: | ||
|
|
||
| 'unsetopt {{option}}' |
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.
| 'unsetopt {{option}}' | |
| `unsetopt {{option}}` |
+1
|
|
||
| - Display all available options and their status: | ||
|
|
||
| 'set -o' |
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.
| 'set -o' | |
| `set -o` |
+2
| @@ -0,0 +1,20 @@ | |||
| # setopt | |||
|
|
|||
| > Set/unset Z shell (zsh) options. | |||
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.
| > Set/unset Z shell (zsh) options. | |
| > Set/unset Z shell (Zsh) options. |
Checklist
common,linux,osx,windows,sunos,android, etc.