use awslambda prefix on option name
All checks were successful
Lambda-Zig Build / build (push) Successful in 1m8s

This commit is contained in:
Emil Lerch 2026-02-05 14:30:10 -08:00
parent 5292283c53
commit 09e9a32241
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -149,7 +149,7 @@ pub fn configureBuild(
) orelse options.default_env_file;
const config_file_override = b.option(
[]const u8,
"config-file",
"awslambda-config-file",
"Path to Lambda build config JSON file (overrides function_config)",
);