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
It seems it wouldn't be idiomatic? druid to use Command::new() directly and users should be pushed to use Selector to create commands. Currently the examples use Command new, so it would be nice to change any uses of Command::new() to MySelector.with(). Is this right? @cmyr
It seems it wouldn't be idiomatic? druid to use Command::new() directly and users should be pushed to use
Selector
to create commands. Currently the examples use Command new, so it would be nice to change any uses ofCommand::new()
toMySelector.with()
. Is this right? @cmyrold way:
now it should be
The text was updated successfully, but these errors were encountered: