move klist to kcc
This commit is contained in:
@@ -41,6 +41,69 @@ command = {
|
||||
type = "string"
|
||||
help = "credential cache to list"
|
||||
}
|
||||
option = {
|
||||
name = "flags"
|
||||
short = "f"
|
||||
type = "flag"
|
||||
help = "list flags"
|
||||
}
|
||||
option = {
|
||||
long = "test"
|
||||
short = "t"
|
||||
type = "flag"
|
||||
help = "test for having tickets"
|
||||
}
|
||||
option = {
|
||||
name = "s"
|
||||
short = "s"
|
||||
type = "flag"
|
||||
}
|
||||
option = {
|
||||
long = "tokens"
|
||||
short = "T"
|
||||
type = "flag"
|
||||
help = "display AFS tokens"
|
||||
}
|
||||
option = {
|
||||
long = "v5"
|
||||
short = "5"
|
||||
type = "flag"
|
||||
default = "1"
|
||||
help = "display v5 credential tokens"
|
||||
}
|
||||
option = {
|
||||
long = "all-content"
|
||||
short = "A"
|
||||
type = "flag"
|
||||
help = "List all caches with their content"
|
||||
}
|
||||
option = {
|
||||
long = "list-all"
|
||||
short = "l"
|
||||
type = "flag"
|
||||
help = "List all caches"
|
||||
}
|
||||
option = {
|
||||
long = "verbose"
|
||||
short = "v"
|
||||
type = "flag"
|
||||
help = "Verbose output"
|
||||
}
|
||||
option = {
|
||||
name = "a"
|
||||
short = "a"
|
||||
type = "flag"
|
||||
}
|
||||
option = {
|
||||
name = "n"
|
||||
short = "n"
|
||||
type = "flag"
|
||||
}
|
||||
option = {
|
||||
long = "hidden"
|
||||
type = "flag"
|
||||
help = "Verbose output"
|
||||
}
|
||||
}
|
||||
command = {
|
||||
name = "kgetcred"
|
||||
|
Reference in New Issue
Block a user