Examples:
# Open the interactive search interface
intelli-shell search -i
# Searches non-interactively for commands filtering by "docker", using the default config
intelli-shell search docker
# Searches non-interactively for user commands filtering by "docker" with exact mode
intelli-shell search -m exact --user-only docker
# Opens the interactive screen in full screen mode, suggesting commands with the help of AI
intelli-shell search -i --full-screen --ai "undo last n commits"