Files
shell-history-semantic-search/src/shell_history_search/cli/main.py
7000pctAUTO c9976b6f04
Some checks failed
CI / test (push) Has been cancelled
Initial upload: shell-history-semantic-search v0.1.0
2026-03-22 18:15:26 +00:00

6 lines
77 B
Python

from .cli import cli
__all__ = ["cli"]
if __name__ == "__main__":
cli()