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 output order changes if --all-features is passed in versus --features= even in the case of the same feature set.
git clone https://github.com/WebAssembly/wasi-cli.git
wit-bindgen markdown wit --html-in-md --all-features
git add
wit-bindgen markdown wit --html-in-md --features=cli-exit-with-code
# note diff# there's only one feature in this package so the output should be the same
The text was updated successfully, but these errors were encountered:
The output order changes if
--all-features
is passed in versus--features=
even in the case of the same feature set.The text was updated successfully, but these errors were encountered: