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
trap
Requirements:
exec
trap -p
Todo:
yash_builtin::trap
yash_env::trap::SignalSystem::get_disposition
yash_env::trap::Setting
yash_env::trap::state::Setting
yash_env::trap::TrapSet::peek_state
Result<&Setting, Errno>
yash_env::trap::TrapSet::get_state
peek_state
yash_builtin::trap::display_traps
InitiallyIgnored
-p
yash_env::trap::TrapSet::iter
The text was updated successfully, but these errors were encountered:
magicant
Successfully merging a pull request may close this issue.
Requirements:
trap
(without options or operands) should show signals ignored by inheritance inexec
trap -p
(without operands) should show all signalsTodo:
yash_builtin::trap
documentationyash_env::trap::SignalSystem::get_disposition
yash_env::trap::Setting
public (re-exported fromyash_env::trap::state::Setting
)yash_env::trap::TrapSet::peek_state
that returnsResult<&Setting, Errno>
yash_env::trap::TrapSet::get_state
documentation to mention thepeek_state
methodyash_builtin::trap::display_traps
show all non-default settings, includingInitiallyIgnored
yash_builtin::trap::display_traps
to select which conditions to show-p
option without operands-p
option with operandsyash_env::trap::TrapSet::iter
documentation: it does not yield initially ignored conditionsThe text was updated successfully, but these errors were encountered: