Skip to content

Missing documentation about examples configuration #66

@ybiquitous

Description

@ybiquitous

Currently, the examples: field is supported in querly.yaml, but the documentation is missing.

querly/template.yml

Lines 18 to 26 in 55b2a6d

examples:
- before: |
io = File.open("foo.txt")
io.write("hello world")
io.close
after: |
File.open("foo.txt") do |io|
io.write("hello world")
end

Current documentation in manual/configurarion.md:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions