Add total counter to dns-list-zones
This commit is contained in:
@@ -64,7 +64,7 @@ def main():
|
||||
row.append(zone.cfgfile is not None)
|
||||
rows.append(row)
|
||||
print(dnsmgr.prettytable(field_names, rows))
|
||||
print()
|
||||
print(f'\nTotal: {len(rows)} zone(s)\n')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user