From 0804dc3ad98bb2a050b0e3c7a1605d6a1fb60c0d Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Sat, 25 Jul 2026 14:07:18 -0700 Subject: [PATCH] Pass custom arguments to the app script from `flet run` Everything after a `--` separator on a `flet run` command line is now forwarded to the app script as `sys.argv[1:]` instead of being parsed by Flet, e.g. `flet run --web main.py -- --dataset big.csv --verbose`. The child process was previously launched as `python -u