zephyr/lib/posix/shell/Kconfig.env
Christopher Friedt 447fc24352 posix: shell: add an environment variable shell command
This service is used to get, set, and unset system
environment variables.

Note: shell parameter expansion is not supported
at this time.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-03-08 04:28:47 -05:00

10 lines
221 B
Bash

# Copyright (c) 2024 Meta
# SPDX-License-Identifier: Apache-2.0
config POSIX_ENV_SHELL
bool "Support for shell"
select POSIX_ENV
select POSIX_SHELL
help
This shell provides access to system environment variables.