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

4 lines
58 B
Python

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