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

54 Support more than one output format through argument chaining #58

Merged

Conversation

cdboer
Copy link
Collaborator

@cdboer cdboer commented Jun 12, 2022

Fixes #54 .

Changes proposed in this pull request:

  • Config File: Add outfile option to the OUTPUT config file section that supports multiple values
  • CLI: Add the subcommand multi-format to the CLI
  • Entrypoint: Support multi format serialization
  • Update README with section about multi-format mode

cdboer added 10 commits May 8, 2022 16:30
For configuration files, we try to auto-detect whether or not the
multi-format mode has been chosen.
As soon as multiple serialization formats are detected, we require an
output file to be specified.

For the cli, we add the 'multiformat' subcommand. The command
allows '-f' to accept more than one argument and requires an output file
to be specified.
…4-support-more-than-one-output-format-through-argument-chaining
@cdboer cdboer added this to the Multi-Format Serialization milestone Jun 12, 2022
@cdboer cdboer self-assigned this Jun 12, 2022
@cdboer cdboer merged commit 6cf9805 into master Jun 12, 2022
@cdboer cdboer deleted the 54-support-more-than-one-output-format-through-argument-chaining branch June 12, 2022 15:01
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.

Support more than one output format through argument chaining
1 participant