bnagy / crashwalk

Bucket and triage on-disk crashes. OSX and Linux.
Other
349 stars 37 forks source link

feature request: support @@ inside argument string #5

Closed kcwu closed 9 years ago

kcwu commented 9 years ago

Looks like cwtriage require @@ be a full string of one argument. But sometimes the filename is only part of argument string. For example,

$ cwtriage -root . -match crashes.\*id -- dd if=@@ of=/dev/null
2015/08/17 21:08:10 Unable to create Crashwalk: no substitute markers ( @@ ) in supplied command

"dd" is just an example

Could you also expand @@ inside argument string? Thanks

bnagy commented 9 years ago

@kcwu I have implemented this in master, but I don't have an easy way to test it. Give it a spin and let me know if this is OK to close?

bnagy commented 9 years ago

OK, poke me if it still doesn't work for you. :)