-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
I am using trurl to append fields to a query to avoid url encoding them.
From the reading the man page, not paying enough attention and misinterpreting Long options can be provided either as --flag argument or as --flag=argument and -a, --append [component]=[data], I ran
trurl --url http://localhost:8000 --append query foo=bar
and got the error
trurl error: --append unsupported component: query
While the examples in the docs do use query=key=value, it threw me when it said query wasn't supported. Could the error be something like component query missing data or similar?
Thanks, and thanks for trurl in general, really helpful tool.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels