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

Arbitrary inputs #75

Merged
merged 6 commits into from
Dec 16, 2020
Merged

Arbitrary inputs #75

merged 6 commits into from
Dec 16, 2020

Conversation

7sharp9
Copy link
Collaborator

@7sharp9 7sharp9 commented Dec 16, 2020

No description provided.

… for a plugin is provided in the interface

e.g. If a plugin can only work on .txt files:

```fsharp
interface IMyriadGenerator with
        member __.ValidInputExtensions = seq {".txt"}
```

Its up to the plugin author to parser further than this, The core will pass the plugin the filename id the plugin supports that type.
@7sharp9 7sharp9 changed the title WIP: Arbitrary inputs Arbitrary inputs Dec 16, 2020
@7sharp9 7sharp9 merged commit a94c15f into master Dec 16, 2020
@7sharp9 7sharp9 deleted the arbitrary-inputs branch December 16, 2020 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant