1# Copyright (c) 2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4config NATIVE_EXTRA_CMDLINE_ARGS 5 depends on ARCH_POSIX 6 string "Extra command line arguments" 7 help 8 Extra command line options/arguments which will be handled like if they were passed to the 9 program from the shell. These will be parsed just before the shell provided ones. 10