Privileged issue
Issue Content
Hello and thank you for this great tool!
I'd like to suggest a feature that would make automation and scripting much easier. Currently, pet new works only in interactive mode, asking for input line-by-line (command, tag, description).
It would be great if we could pass these values directly via flags, such as:
pet new --command "ls -la" --tag "list" --description "List directory contents"
Alternatively, supporting full non-interactive stdin input (as with echo or heredocs) in a more predictable way would also be helpful.
This would make it much easier to integrate pet into other tools and workflows.
Thanks for considering it!