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

Add automatic extension detection for --out/--outDir flag #4

Open
Schrodingdong opened this issue Nov 30, 2024 · 0 comments
Open

Add automatic extension detection for --out/--outDir flag #4

Schrodingdong opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Schrodingdong
Copy link
Owner

The extension is automatically detected when getting the --out flag

  • --out some_file.png: we will save as a png image
  • --out some_file.svg: we will save as a svg
  • --out some_file.gv: we will save as a graphviz .gv file
    • Equivalent to the --toGraphviz flag currently added
@Schrodingdong Schrodingdong added enhancement New feature or request good first issue Good for newcomers labels Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant