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 <[email protected]>
  • Loading branch information
LecrisUT committed Aug 18, 2023
1 parent 5d7d087 commit b9495ad
Show file tree
Hide file tree
Showing 8 changed files with 401 additions and 327 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ repos:
- id: mypy
files: ^(fmf)
additional_dependencies:
- click
- types-jsonschema
1 change: 1 addition & 0 deletions fmf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
__version__ = importlib.metadata.version("fmf")

__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 b9495ad

Please sign in to comment.