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
fix(rosetta): hangs on 'markdown' command when a file is provided (#2871)
This is caused due to a mismatch between the command declaration where
the argument is named 'FILE' and the positional declaration where the
parameter is named 'file'.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
0 commit comments