|
|
@ -408,7 +408,7 @@ def get_parser() -> dict:
|
|
|
|
deletecmd.add_argument("-r", "--rtype")
|
|
|
|
deletecmd.add_argument("-r", "--rtype")
|
|
|
|
deletecmd.add_argument("-z", "--zone", required=True)
|
|
|
|
deletecmd.add_argument("-z", "--zone", required=True)
|
|
|
|
|
|
|
|
|
|
|
|
list_description = "List records in the zone."
|
|
|
|
list_description = "List records."
|
|
|
|
listcmd = subparsers.add_parser("list", description=list_description)
|
|
|
|
listcmd = subparsers.add_parser("list", description=list_description)
|
|
|
|
listcmd.add_argument("-d", "--data")
|
|
|
|
listcmd.add_argument("-d", "--data")
|
|
|
|
listcmd.add_argument("-n", "--name")
|
|
|
|
listcmd.add_argument("-n", "--name")
|
|
|
|