Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Update free completion for procps-ng 4.0.3
- X-seq: zsh-workers 51979
- From: Shohei YOSHIDA <syohex@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Cc: Shohei YOSHIDA <syohex@xxxxxxxxx>
- Subject: [PATCH] Update free completion for procps-ng 4.0.3
- Date: Thu, 20 Jul 2023 18:58:40 +0900
- Archived-at: <https://zsh.org/workers/51979>
- List-id: <zsh-workers.zsh.org>
Add '-v'/'--committed' flag completion
Reference
- https://man7.org/linux/man-pages/man1/free.1.html
---
Completion/Linux/Command/_free | 1 +
1 file changed, 1 insertion(+)
diff --git a/Completion/Linux/Command/_free b/Completion/Linux/Command/_free
index 6d74e4a0d..a0da97446 100644
--- a/Completion/Linux/Command/_free
+++ b/Completion/Linux/Command/_free
@@ -3,6 +3,7 @@
_arguments -s \
'(-l --lohi)'{-l,--lohi}'[show detailed low and high memory statistics]' \
'(-t --total)'{-t,--total}'[show total for RAM + swap]' \
+ '(-v --committed)'{-v,--committed}'[show committed memory and commit limit]' \
'(-w --wide)'{-w,--wide}'[wide mode]' \
'(-s --seconds)'{-s,--seconds}'[specify the delay between display]:seconds: ' \
'(-c --count)'{-c+,--count=}'[specify the display count]:count: ' \
--
2.39.2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author