Skip to content

Use annotations to present placeholder examples to make code shorter and permit more expressive placeholder annotations #38

Open
@EmilyGraceSeville7cf

Description

@EmilyGraceSeville7cf

Something like this:

- description: Archive specific files
  code: "archive-util {/file archive} {/path input}"
  annotations:
  - 0: # or "archive" (if such description is unique), or even "archive.<index>" (if it's not unique)
    - names: [sample]
    - extensions: [tar]
    - require: [extension]
    - repeat: 1..
  - 1:
    - names: [~/.bashrc]

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions