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 9a61fec commit 3e14bc6Copy full SHA for 3e14bc6
investing_algorithm_framework/cli/cli.py
@@ -24,7 +24,7 @@ def cli():
24
'--type',
25
default="default",
26
help="Type of app to create. "
27
- "Options are: 'default', 'default_web', 'azure_function'."
+ "Options are: 'default', 'default_web', 'azure_function', 'aws_lambda'."
28
)
29
@click.option(
30
'--path', default=None, help="Path to directory to initialize the app in"
0 commit comments