Files
cheatsheet-tldr/tldr/linux/makoctl-dismiss
2025-11-05 00:20:34 +00:00

30 lines
568 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# makoctl dismiss
> Dismiss notifications in `mako`.
> More information: <https://manned.org/makoctl>.
- Dismiss the most recent notification:
`makoctl dismiss`
- Dismiss a specific notification by ID:
`makoctl dismiss -n {{notification_id}}`
- Dismiss all notifications:
`makoctl dismiss {{[-a|--all]}}`
- Dismiss all notifications in the first group:
`makoctl dismiss {{[-g|--group]}}`
- Dismiss without adding to history:
`makoctl dismiss {{[-h|--no-history]}}`