Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
6
src/shell_history_search/cli/main.py
Normal file
6
src/shell_history_search/cli/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .cli import cli
|
||||
|
||||
__all__ = ["cli"]
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
Reference in New Issue
Block a user