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

feat: Add automatic detection of output format from filename #891

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 1, 2024

  1. feat: Detect output format from output filename if provided

    - Implemented logic to detect the output format from the output filename extension.
    - If `-fn` is set but `--json` or `--bom-format` are not set, the format is determined based on the file extension.
    - Supported extensions: .xml, .json, .proto, .pb, .bin.
    - Explicit parameters `--json` or `--bom-format` take precedence if set.
    
    
    Signed-off-by: Michael Tsfoni <[email protected]>
    mtsfoni authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    993cccc View commit details
    Browse the repository at this point in the history