-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add CLI #11
Add CLI #11
Conversation
due to issues with tox
Co-authored-by: kevin <68426071+hf-krechan@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
src/migmose/__main__.py
Outdated
preliminary_output_as_json(mig_table, m_type, output_dir) | ||
|
||
|
||
def find_file_to_type(message_types: list[str], input_dir: Path) -> dict[str, Path]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wenn die message-types die edifac-tformat sind, wäre es aus typing-sicht schöner, wenn du maus.edifact.EdifactFormat verwenden könntest: https://github.com/Hochfrequenz/mig_ahb_utility_stack/blob/cf49a681a43152eeca63ea6718018a7b9ed2c8b4/src/maus/edifact.py#L17
das ist einfacher zu handhaben als strings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ich nehm an, die echten tests kommen dann in #12 ?
Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
No description provided.