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
Thanks for a great tool; makes so many things easier on various machines!
Some of my eget commands appear to be using asset filtering like -a tar.gz -a ^sig (e.g., caddyserver/caddy is one example off the top of my head).
Would be nice to be able to say -a tar.gz$. I saw some mention of regex in various issues, but they all appeared to be more about priority between --system and --asset.
Please note this is only about convenience, so I'm OK if your response is a WONTFIX, but had to ask anyway :)
The text was updated successfully, but these errors were encountered:
Hmm I've been trying to avoiding using regexes to reduce the complexity, and avoid problems with special characters like .. I wonder if the best solution is to have a new option for special cases that is like -a but uses a regex.
Hi
Thanks for a great tool; makes so many things easier on various machines!
Some of my eget commands appear to be using asset filtering like
-a tar.gz -a ^sig
(e.g., caddyserver/caddy is one example off the top of my head).Would be nice to be able to say
-a tar.gz$
. I saw some mention of regex in various issues, but they all appeared to be more about priority between --system and --asset.Please note this is only about convenience, so I'm OK if your response is a WONTFIX, but had to ask anyway :)
The text was updated successfully, but these errors were encountered: