v0.1.0
BREAKING CHANGES
- Now
throwOnError()
method is removed. By default,FileList::class
will throw an error if command fails. If you want to ignore the error, you can usesafeOnError()
method. withScout()
is nowwithScoutSeeker()
becausescout-seeker
is publish on crates.io.