mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Add completions for ipcmk (util-linux)
This commit is contained in:
+6
-4
@@ -35,11 +35,13 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
_arguments -s \
|
||||
'--shmem[Create a shared memory segment]' \
|
||||
'--queue[Create a message queue]' \
|
||||
'--semaphore[Create a semaphore array]' \
|
||||
'--size[Size of shared memory segment (in bytes)]:size (bytes): ' \
|
||||
'--mode[Permissions for the resource (octal)]:permissions (e.g. 0600): ' \
|
||||
'--help[Display help message and exit]' \
|
||||
'--version[Display version information and exit]' \
|
||||
'-M+[Create a shared memory segment of given size in bytes]:size (bytes)' \
|
||||
'-Q[Create a message queue]' \
|
||||
'-S+[Create a semaphore array with given number of elements]:number of elements'
|
||||
'--version[Display version information and exit]'
|
||||
|
||||
# Local Variables:
|
||||
# mode: Shell-Script
|
||||
|
||||
Reference in New Issue
Block a user