I recently found out that it's possible to have melos scripts accept arguments. For example:
scripts:
pub: melos exec -c 1 -- flutter pub "$@"
would allow running arbitrary flutter pub subcommands. Would it make sense to add support for passing script arguments via the extension?