QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
194 stars 99 forks source link

Prompt user from modules configurations with default values #340

Closed jhonabreul closed 1 year ago

jhonabreul commented 1 year ago

This makes sure the user is prompted for modules configuration properties when they don't have values in the Lean config file and have a "input-default" value in the modules json file.

Also, the default "input-default" value is shown in the prompt and automatically set on enter with no input.

Tested with lean live deploy and live cloud live deploy.

Closes #252