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

Poetry setup could do with refining #20

Open
AoifeHughes opened this issue Jul 5, 2023 · 2 comments
Open

Poetry setup could do with refining #20

AoifeHughes opened this issue Jul 5, 2023 · 2 comments

Comments

@AoifeHughes
Copy link
Collaborator

The current setup allows specification of different runs but these don't do anything different in terms of how code is activated e.g.,

[tool.poetry.scripts]
a2t2f-news = "alto2txt2fixture.run:run"
a2tsf-adj = "alto2txt2fixture.run:run"

Am I right in understanding this @griff-rees

@AoifeHughes
Copy link
Collaborator Author

#16 also mentions this

@griff-rees
Copy link
Contributor

griff-rees commented Jul 5, 2023

Yeah that's a rough stop gap. My thought is a refactor for a cli like click or typer so those become sub-commands underneath a2t2f (and hopefully a better name).

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

No branches or pull requests

2 participants