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
The current implementation uses cmd="--color=yes" as a keyword argument, but it seems cmd::Cmd=`--color=yes` is better because we can remove split in this line.
If this proposal is merged, I think it should be released as a v0.5 feature. This would be a destructive change for users who pass an object (type String) to the "cmd" argument.
The current implementation uses
cmd="--color=yes"
as a keyword argument, but it seemscmd::Cmd=`--color=yes`
is better because we can removesplit
in this line.The text was updated successfully, but these errors were encountered: