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
#[shell requirements="xmlstarlet"]
fn foo(...) { ... }
```
or maybe?
```
#[shell]
fn foo(...) {
shell::requires("xmlstarlet");
...
}
```
should check if `xmlstarlet` is present and if not, asks for permission and installs it
The text was updated successfully, but these errors were encountered:
E.g.
The text was updated successfully, but these errors were encountered: