From c9976b6f04d692e2d2d5834da5631b8ac669b8da Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 18:15:26 +0000 Subject: [PATCH] Initial upload: shell-history-semantic-search v0.1.0 --- src/shell_history_search/cli/main.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/shell_history_search/cli/main.py diff --git a/src/shell_history_search/cli/main.py b/src/shell_history_search/cli/main.py new file mode 100644 index 0000000..9f24a46 --- /dev/null +++ b/src/shell_history_search/cli/main.py @@ -0,0 +1,6 @@ +from .cli import cli + +__all__ = ["cli"] + +if __name__ == "__main__": + cli() \ No newline at end of file