flet-dev / serious-python

Python runtime for Flutter apps
Apache License 2.0
212 stars 22 forks source link

SeriousPython.run with arguments #65

Open LeXuanKhanh opened 10 months ago

LeXuanKhanh commented 10 months ago

Is there a way to give additional arguments when using SeriousPython.run, like this ?

    await SeriousPython.run("app/youtube_dl.zip",
        arguments: ['--version']);

I'm trying to run youtube-dl with some arguments the the method doesn't support it