mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
change output from dict to list
This commit is contained in:
@ -136,7 +136,7 @@ $ netstat -lp | jc --netstat -p
|
|||||||
"""
|
"""
|
||||||
import string
|
import string
|
||||||
|
|
||||||
output = {}
|
output = []
|
||||||
|
|
||||||
|
|
||||||
class state():
|
class state():
|
||||||
|
Reference in New Issue
Block a user