diff options
| author | Oliver Kiddle <opk@zsh.org> | 2021-03-28 10:38:13 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2021-03-28 10:38:13 +0200 |
| commit | d7c8d6826deec089006d57ecdf6dc3f5c8a38d64 (patch) | |
| tree | 3cdc176a7e8d621856759e1b481984e66620f165 /Completion/Solaris/Command | |
| parent | 48216: Fix broken Y01 test from workers/48180 (diff) | |
| download | zsh-d7c8d6826deec089006d57ecdf6dc3f5c8a38d64.tar zsh-d7c8d6826deec089006d57ecdf6dc3f5c8a38d64.tar.gz zsh-d7c8d6826deec089006d57ecdf6dc3f5c8a38d64.tar.bz2 zsh-d7c8d6826deec089006d57ecdf6dc3f5c8a38d64.tar.lz zsh-d7c8d6826deec089006d57ecdf6dc3f5c8a38d64.tar.xz zsh-d7c8d6826deec089006d57ecdf6dc3f5c8a38d64.tar.zst zsh-d7c8d6826deec089006d57ecdf6dc3f5c8a38d64.zip | |
48230, 48233 (Jun T): completion of dtrace probes and runtime options
Diffstat (limited to 'Completion/Solaris/Command')
| -rw-r--r-- | Completion/Solaris/Command/_dtrace | 187 |
1 files changed, 149 insertions, 38 deletions
diff --git a/Completion/Solaris/Command/_dtrace b/Completion/Solaris/Command/_dtrace index a095589eb..6a6636af3 100644 --- a/Completion/Solaris/Command/_dtrace +++ b/Completion/Solaris/Command/_dtrace @@ -1,41 +1,152 @@ #compdef dtrace -# Synced with Nevada build 160 man pages -_dtrace() { - _arguments -s \ - '-32[generate 32-bit D programs and ELF files]' \ - '-64[generate 64-bit D programs and ELF files]' \ - '-a[claim anonymous tracing state]' \ |
