If you choose not to generate the code samples at creation time you are unable to build, as by default, the build process expects the samples to exist.
An option flag existed in the lib to skip but there was no way to pass the option from the CLI. This change adds the option to skip to the CLI.
Could have been solved with a check to see if the code samples exist in the lib, however this simple change was sufficient to complete my task and did not introduce additional logic.
If you choose not to generate the code samples at creation time you are unable to build, as by default, the build process expects the samples to exist.
An option flag existed in the lib to skip but there was no way to pass the option from the CLI. This change adds the option to skip to the CLI.
Could have been solved with a check to see if the code samples exist in the lib, however this simple change was sufficient to complete my task and did not introduce additional logic.