4b42ced4c2
Fixes: https://github.com/talos-systems/talos/issues/3384 Instead of doing simple `--no-comments` flag, decided to use more granular approach which allows to either disable examples, or docstring, or both. Thus the command looks like this: ```bash talosctl gen config --with-docs=false --with-examples=false <...> ``` Both are enabled by default to provide better UX for users learning Talos. Signed-off-by: Artem Chernyshev <artem.0xD2@gmail.com>