Skip to content

Commit

Permalink
Switch cli to click
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Aug 10, 2023
1 parent 10fdc67 commit 7abe753
Show file tree
Hide file tree
Showing 7 changed files with 400 additions and 325 deletions.
1 change: 1 addition & 0 deletions fmf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from fmf.utils import filter

__all__ = [
"__version__",
"Context",
"Tree",
"filter",
Expand Down
3 changes: 3 additions & 0 deletions fmf/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .cli import main

main()
Loading

0 comments on commit 7abe753

Please sign in to comment.