mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
Update format2csv.py
This commit is contained in:
parent
7c215f09c6
commit
cc6ae5ee2e
@ -13,6 +13,8 @@ def main(args):
|
||||
|
||||
for key in sorted(format_dict):
|
||||
value = format_dict[key]
|
||||
if not isinstance(value, dict):
|
||||
continue
|
||||
out.writerow((value['title'], key, value['description']))
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user