verible icon indicating copy to clipboard operation
verible copied to clipboard

All features, can add the option to accept the contents of the file without having to pass in one file at a time.

Open 17Reset opened this issue 1 year ago • 1 comments

Is it possible to add an option inside the program to accept code contents directly as input instead of having to accept a file?

17Reset avatar Apr 27 '24 12:04 17Reset

I'm not sure if I understood you correctly, but you should be able to do things like:

cat some-file | verible-verilog-lint - , verible-verilog-lint - < some-file

I'm not sure if it is documented, after a quick look I couldn't find it.

IEncinas10 avatar May 11 '24 15:05 IEncinas10