Skip to content

Commit

Permalink
add worktree cli and tree subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 2, 2023
1 parent 254ea36 commit 9721164
Show file tree
Hide file tree
Showing 7 changed files with 668 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aiida_worktree/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Sub commands of the ``verdi`` command line interface.
The commands need to be imported here for them to be registered with the top-level command group.
"""
from aiida_worktree.cli import cmd_tree
Loading

0 comments on commit 9721164

Please sign in to comment.