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
When adding a prioritised task with pueue add -o INT "<task>", the CLI parser somehow sees the quoted task as a priority integer. Both the short flag (-o) and the long flag (--priority) are affected.
Steps to reproduce
I attempt to add ad a task with pueue add -o 10 "sleep 60"
pueue exits with error code 2, and the following error message:
error: invalid value 'sleep 60' for '--priority <PRIORITY>...': invalid digit found in string
Debug logs (if relevant)
No response
Operating system
macOS 14.2.1
Pueue version
v3.3.2
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When adding a prioritised task with
pueue add -o INT "<task>"
, the CLI parser somehow sees the quoted task as a priority integer. Both the short flag (-o
) and the long flag (--priority
) are affected.Steps to reproduce
pueue add -o 10 "sleep 60"
Debug logs (if relevant)
No response
Operating system
macOS 14.2.1
Pueue version
v3.3.2
Additional context
No response
The text was updated successfully, but these errors were encountered: