File tree Expand file tree Collapse file tree 19 files changed +54
-92
lines changed
Expand file tree Collapse file tree 19 files changed +54
-92
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11"""Analyze command: re-export from commands package."""
22
33from specfact_cli .commands .analyze import app
4+
5+
6+ __all__ = ["app" ]
Original file line number Diff line number Diff line change 11"""Auth command: re-export from commands package."""
22
33from specfact_cli .commands .auth import app
4+
5+
6+ __all__ = ["app" ]
Original file line number Diff line number Diff line change 11"""Backlog command: re-export from commands package."""
22
33from specfact_cli .commands .backlog_commands import app
4+
5+
6+ __all__ = ["app" ]
Original file line number Diff line number Diff line change 11"""Contract command: re-export from commands package."""
22
33from specfact_cli .commands .contract_cmd import app
4+
5+
6+ __all__ = ["app" ]
Original file line number Diff line number Diff line change 11"""Drift command: re-export from commands package."""
22
33from specfact_cli .commands .drift import app
4+
5+
6+ __all__ = ["app" ]
Original file line number Diff line number Diff line change 11"""Enforce command: re-export from commands package."""
22
33from specfact_cli .commands .enforce import app
4+
5+
6+ __all__ = ["app" ]
Original file line number Diff line number Diff line change 11"""Generate command: re-export from commands package."""
22
33from specfact_cli .commands .generate import app
4+
5+
6+ __all__ = ["app" ]
Original file line number Diff line number Diff line change 11"""Import command: re-export from commands package."""
22
33from specfact_cli .commands .import_cmd import app
4+
5+
6+ __all__ = ["app" ]
Original file line number Diff line number Diff line change 11"""Init command: re-export from commands package."""
22
33from specfact_cli .commands .init import app
4+
5+
6+ __all__ = ["app" ]
You can’t perform that action at this time.
0 commit comments