Skip to content

Instantly share code, notes, and snippets.

@Telzhaak
Created September 17, 2018 17:47
Show Gist options
  • Save Telzhaak/fea65096ea5fffd78efd2a35c27ea87d to your computer and use it in GitHub Desktop.
Save Telzhaak/fea65096ea5fffd78efd2a35c27ea87d to your computer and use it in GitHub Desktop.
yaml config of app and args
args:
- name:
index: 1
required: true
help: Sets the name of the component.
- tag_component:
short: t
long: tag
help: Create a tag-component with no fields and NullStorage.
- storage_type:
index: 2
help: Specify the storage type you want.
possible_values:
- Vec
- DenseVec
- Anti
- BTree
- Masked
- Flagged
- HashMap
- Restricted
requires:
- fields
- fields:
index: 3
multiple: true
help: Specify the members of the component as 'type/name', omitting the apostrophes, e.g. f32/speed.
groups:
- type:
required: true
args:
- storage_type
- tag_component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment