-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Program
grimblast
Maintainers of the program
Bug or Regression?
Bug
Description
simply put, the code for passing custom cli args to slurp does not work:
Line 238 in 1e531dc
| GEOM=$(echo "$WINDOWS" | jq -r '.[] | "\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"' | slurp $SLURP_ARGS) |
fairly confident this never worked as bash just doesn't let you do this -- any argument after the first gets dropped when you try to pass it like this
as you can see here, only the first argument -d (show dimensions) is working, all of the others are nonfunctional.
How to reproduce
- set SLURP_ARGS with more than one argument separated by spaces
- see that any arguments after the first do not apply
Hyprland crash reports, program logs, images, videos
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
