async-process icon indicating copy to clipboard operation
async-process copied to clipboard

Seal CommandExt

Open taiki-e opened this issue 5 years ago • 0 comments

Both unix::CommandExt and windows::CommandExt are not intended to be implemented by users, and they should be sealed.

Note that this is a breaking change. (However, given the standard library added a new method in the minor version to os-specific extension traits (not sealed) (1, 2), we may not consider this is a breaking change that requires a major version bump.)

Related: https://github.com/smol-rs/async-fs/issues/10

taiki-e avatar Dec 29 '20 11:12 taiki-e