mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 05:44:15 +00:00
30 lines
568 B
Plaintext
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]}}`
|