You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been directed through Discussions to create an issue here.
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.