Examples:
# Open the interactive bookmarking interface
intelli-shell new -i
# Open the bookmarking interface, using ai to generate a command from a description
intelli-shell new -i --ai 'undo last n commits'
# Non-interactively bookmark a command with an alias and description
intelli-shell new "ls -la" --alias "lh" --description "List all files including hidden"