mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2025-09-24 23:41:30 +02:00
style: drop Instruction suffix from instructions
This commit is contained in:
parent
c0dd533d81
commit
ccbccfb11b
5 changed files with 15 additions and 15 deletions
12
testfiles/bare.ron
Normal file
12
testfiles/bare.ron
Normal file
|
@ -0,0 +1,12 @@
|
|||
(
|
||||
[
|
||||
Read((
|
||||
source: File("/home/jade/example/file.png"),
|
||||
format: Png
|
||||
)),
|
||||
Write((
|
||||
target: File("/home/jade/example/out.jpg"),
|
||||
format: Jpeg
|
||||
))
|
||||
]
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue