mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Add missing cert options.
This commit is contained in:
parent
996caceffb
commit
2371d5978a
1 changed files with 7 additions and 0 deletions
|
|
@ -131,6 +131,13 @@ _cert_arguments=(
|
|||
'sign:Sign an outstanding certificate request'
|
||||
'verify:Verify the named certificate against the local CA certificate'
|
||||
'reinventory:Build an inventory of the issued certificates'
|
||||
'-h:Print this help message'
|
||||
'--help:Print this help message'
|
||||
'-V:Print the puppet version number and exit'
|
||||
'--version:Print the puppet version number and exit'
|
||||
'--verbose:Whether to log verbosely'
|
||||
'--debug:Whether to log debug information'
|
||||
'--digest:Set the digest for fingerprinting'
|
||||
)
|
||||
|
||||
local -a _certificate_arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue