rash/doc/schema.d2
2024-11-13 14:45:54 +01:00

16 lines
221 B
Text

file: Input file {
shape: document
comm: Command lines { style.multiple: true }
}
comm: Command line
rash {
parse: Parse
exec: Execute
parse -> exec
}
rash -> file: read
file.comm -> rash.parse
comm -> rash.parse