Open GoogleCodeExporter opened 9 years ago
This seems like a reasonable request. Right now, single line comments work, but
pssh doesn't support trailing comments.
One minor concern is that regular expressions are a little heavy for this task.
A simple split on '#' would be a little simpler. Or alternatively, we could use
a regular expression for all of the parsing, but that might be more complicated
than what we already have.
Original comment by amcna...@gmail.com
on 23 Apr 2012 at 4:29
The attached patch implements support for trailing comments
Original comment by jcp...@gmail.com
on 11 Jan 2013 at 6:29
Attachments:
Original issue reported on code.google.com by
tripled...@gmail.com
on 23 Apr 2012 at 4:12