We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ce2b2 commit 9d3b4dcCopy full SHA for 9d3b4dc
src/main.rs
@@ -28,7 +28,7 @@ struct Args {
28
/// be specified if it differs from the environment variable.
29
#[arg(long, short = 'e', value_name = "ENV[=PARAM]")]
30
export: Vec<Export>,
31
-
+
32
/// Export one level of a path of aws ssm parameters to environment variables. All
33
/// parameters under the prefix will be exported as environment variables.
34
#[arg(long, short = 'P', value_name = "PATH")]
0 commit comments