Skip to content

Commit 8df3abf

Browse files
committed
fix cli
Signed-off-by: Chris Snow <[email protected]>
1 parent 37792e6 commit 8df3abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def list(self, output="table", columns="ALL", query={}):
225225
Query in jmespath (https://jmespath.org/) format, by default {}
226226
"""
227227
if columns == "ALL":
228-
columns = self.all_fields
228+
columns = self.all_fields()
229229

230230
if columns is [] and query is {}:
231231
print(

0 commit comments

Comments
 (0)