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 6f6b50e commit 1833df1Copy full SHA for 1833df1
localstack-core/localstack/cli/profiles.py
@@ -31,7 +31,7 @@ def set_and_remove_profile_from_sys_argv():
31
not passed to the localstack CLI. This allows the profile option
32
to be set at any point on the command line.
33
"""
34
- parser = argparse.ArgumentParser()
+ parser = argparse.ArgumentParser(add_help=False)
35
parser.add_argument("--profile")
36
namespace, sys.argv = parser.parse_known_args(sys.argv)
37
profile = namespace.profile
0 commit comments