You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(configureable): rename 'config' option to 'configuration'
- Renamed 'config' option to 'configuration' in the Configureable trait and related test cases.
- Updated option description to clarify its purpose for passing configuration key-value pairs.
- Adjusted all references and assertions to align with the new naming convention.
- Simplified lambda expressions for improved readability.
'Configure able (e.g. `--config=app.name=guanguans` or `--config app.name=guanguans` or `-c app.name=guanguans`)',
36
+
'Used to dynamically pass one or more configuration key-value pairs(e.g. `--configuration=app.name=guanguans` or `--configuration app.name=guanguans`).',
38
37
));
39
38
});
40
39
}
@@ -43,17 +42,18 @@ protected function initialize(InputInterface $input, OutputInterface $output): v
0 commit comments