aboutsummaryrefslogtreecommitdiffstats
path: root/dotfiles/cli.py
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@jbernard.io> 2019-01-20 11:18:56 -0500
committerGravatar Jon Bernard <jbernard@jbernard.io> 2019-03-05 10:16:06 -0500
commita0fb28975309f2ea4c355e1bdb013152be97042b (patch)
tree9d8d4d1121c4eba8eba1074c1d8c36f15132daee /dotfiles/cli.py
parent174f42ea32529d25a7790ae956e891c6ac15a99a (diff)
downloaddotfiles-a0fb28975309f2ea4c355e1bdb013152be97042b.tar.gz
dotfiles-a0fb28975309f2ea4c355e1bdb013152be97042b.tar.bz2
dotfiles-a0fb28975309f2ea4c355e1bdb013152be97042b.zip
Finish migration from py.path to pathlib
Diffstat (limited to 'dotfiles/cli.py')
-rw-r--r--dotfiles/cli.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/cli.py b/dotfiles/cli.py
index a99d098..9a8fd17 100644
--- a/dotfiles/cli.py
+++ b/dotfiles/cli.py
@@ -142,6 +142,8 @@ def status(repos, all, color):
state_info['missing']['color'] = 'yellow'
state_info['conflict']['color'] = 'magenta'
+ # XXX: could display tree [https://realpython.com/python-pathlib/]
+
for repo in repos:
if len(repos) > 1:
click.secho('%s:' % repo.path)