Skip to content

Commit e3d2d58

Browse files
author
Christhoper Bernard
committed
add ability to show root dir
1 parent b1613d7 commit e3d2d58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

subcmds/root.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from command import Command
2+
3+
4+
class Root(Command):
5+
def Execute(self, opt, args):
6+
print(self.manifest.topdir)

0 commit comments

Comments
 (0)