The command lushui file <build|check|document|run> - (where PATH is a dash) should make the driver read the source code from stdin. The SourceFile type/path should be set to Stdin (to be created). In diagnostics, that file type should be displayed as <stdin>, ⟨stdin⟩ or something similar (ideally sth. that wouldn't be a valid file path).
The command
lushui file <build|check|document|run> -
(wherePATH
is a dash) should make the driver read the source code from stdin. TheSourceFile
type/path should be set toStdin
(to be created). In diagnostics, that file type should be displayed as<stdin>
,⟨stdin⟩
or something similar (ideally sth. that wouldn't be a valid file path).