Add CLI commands and interactive mode
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 15:54:20 +00:00
parent e4e3ee2015
commit 2ef0e059a0

View File

@@ -0,0 +1,5 @@
"""CLI package for gitignore-generator."""
from gitignore_generator.cli.commands import main
__all__ = ["main"]