<#21478 Native option parser does pick up global o...
# github-notifications
c
#21478 Native option parser does pick up global options after path Issue created by bdabelow Describe the bug Native option parser seems not to pick up global options after path.
pants --no-dynamic-ui run .
works, but
pants run . --no-dynamic-ui
throws:
Copy code
10:32:51.67 [WARN] Found differences between the new native options parser and the legacy options parser in scope [GLOBAL]:

- Value mismatch for the option `dynamic_ui`:
    Legacy value: False of type <class 'bool'>, from source FLAG
    Native value: True of type <class 'bool'>, from source HARDCODED
Pants version 2.22.0 2.23.0.a1 2.24.0.dev0 OS Linux pantsbuild/pants