Sha256: 59e711f4d81c57bbe0c7d8a8f67e9acc2c4908228e70ef09e0b10b5579f0c3d8

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 Bytes

Contents

<% opts.each do |opt| -%>
`<%= opt.name %>`
  <%= indent(opt.md_description, 2) %>

    *Type:* <%= opt.type %>

    *Default:* `<%= opt.nix_default %>`
<% if opt.example -%>

    *Example:* `<%= opt.nix_example %>`
<% end -%>

    *Declared by:* <%= opt.declarations.map { |v| "`#{v}`" }.join(', ') %>

<% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
confctl-2.0.0 template/confctl-options.nix/options.erb
confctl-1.0.0 template/confctl-options.nix/options.erb