Skip to content

Commit

Permalink
Add 'projects' to ordered sub-command display
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Mar 15, 2018
1 parent d782627 commit a504200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinaxcli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def order_manually(sub_commands):
"""Order sub-commands for display"""
order = [
"start",
"projects",
]
ordered = []
commands = dict(zip([cmd for cmd in sub_commands], sub_commands))
Expand Down

0 comments on commit a504200

Please sign in to comment.