Closed
Description
I am having a issue when parse --include comments and build back issue. the comment sign will also comment out some of line
for example :-
it comments out my user root;
# This config was built from JSON using NGINX crossplane.# If you encounter any bugs please report them here:# https://github.com/nginxinc/crossplane/issuesuser root;
before parse is
# This config was built from JSON using NGINX crossplane.
# If you encounter any bugs please report them here:
# https://github.com/nginxinc/crossplane/issues
user root;
Metadata
Metadata
Assignees
Labels
No labels