ktutil: Add list --json option
This commit is contained in:
@@ -226,6 +226,11 @@ command = {
|
||||
type = "flag"
|
||||
help = "show timestamps"
|
||||
}
|
||||
option = {
|
||||
long = "json"
|
||||
type = "flag"
|
||||
help = "output JSON representation"
|
||||
}
|
||||
max_args = "0"
|
||||
function = "kt_list"
|
||||
help = "Show contents of keytab."
|
||||
|
||||
Reference in New Issue
Block a user