Skip to content

Commit

Permalink
Disable spaceused, wasn't ready
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Jan 6, 2019
1 parent 021a899 commit 2f9f4f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zedenv/cli/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ def zedenv_list(verbose: Optional[bool],

columns = ["name"]

if spaceused:
columns.extend(["used", "usedds", "usedbysnapshots", "usedrefreserv", "refer"])
# TODO: Complete
# if spaceused:
# columns.extend(["used", "usedds", "usedbysnapshots", "usedrefreserv", "refer"])

"""
TODO:
Expand Down

0 comments on commit 2f9f4f7

Please sign in to comment.