apache / openserverless

Apache OpenServerless (incubating)
https://openserverless.apache.org
Apache License 2.0
421 stars 14 forks source link

Task-util-config: have a better error message if the configuration file is not present. #70

Closed dcremonini closed 1 month ago

dcremonini commented 1 month ago

Problem

In the wizard configurator, if the configuration file is missing, the application states that the file is invalid instead of missing.

Impact

100% of wizard contributors.

Priority

high

Expected outcome

  1. If the configuration filename specified in the command line is not found, an error message stating that the file is missing has to be shown.

Suggested solution

Modify the parsePositionalFile function.