import { Newline } from "../../peg-newline" import { RestOfLine } from "../../peg-rest-of-line" Header 'header' = "smartctl " versionString:RestOfLine "Copyright" copyrightStatement:RestOfLine Newline { return { versionString, copyrightStatement }; } Error = $ "Read NVMe Identify Controller failed: scsi error medium or hardware error (serious)"