Skip to content

Commit

Permalink
add ability to show root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Christhoper Bernard committed Nov 20, 2024
1 parent b1613d7 commit e3d2d58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subcmds/root.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from command import Command


class Root(Command):
def Execute(self, opt, args):
print(self.manifest.topdir)

0 comments on commit e3d2d58

Please sign in to comment.