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

Let the CLI take charge in Docker, overhaul localization #63

Merged
merged 17 commits into from
May 8, 2020

Conversation

alerque
Copy link
Member

@alerque alerque commented May 7, 2020

First, this lets the CLI take charge in Docker. The CLI is the entry point now. At this point it can basically invoke make and/or pass through other shell commands. It can also launch an interactive shell with some environment things normalized. You can still get a regular bash shell in the Docker image by manually using docker run --entrypoint=bash or whatever.

Additionally this refactors a bunch of how the rust module scope is put together and introduces much more idiomatic way of accessing translated strings.

@alerque alerque changed the title Let the CLI take charge in Docker Let the CLI take charge in Docker, overhaul localization May 8, 2020
@alerque alerque marked this pull request as ready for review May 8, 2020 13:26
@alerque alerque merged commit e2b6012 into sile-typesetter:master May 8, 2020
@alerque alerque deleted the riir branch May 8, 2020 20:50
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.

1 participant