Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EmilyGraceSeville7cf opened this issue Feb 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request v3.0.0

Comments

@EmilyGraceSeville7cf
Copy link
Member

EmilyGraceSeville7cf commented Feb 22, 2023

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]
@EmilyGraceSeville7cf EmilyGraceSeville7cf added enhancement New feature or request v3.0.0 labels Feb 22, 2023
@EmilyGraceSeville7cf EmilyGraceSeville7cf self-assigned this Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v3.0.0
Projects
None yet
Development

No branches or pull requests

1 participant