Community
Participate
Working Groups
Build Identifier: I typically cut and paste from a file into the command line. The file has comments in it (I use a '#' to denote a comment). It would be helpful if I could copy an entire block of commands including the comments directly into the agent shell. Instead, I need to either create a block without comments, or copy a few commands at a time to avoid the interspersed comments. Reproducible: Always Steps to Reproduce: 1.See above 2. 3.
I have committed a fix: now if a first non-space character is #, the rest of the line is a comment. Thanks.