-
Notifications
You must be signed in to change notification settings - Fork 526
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
Validate command #2410
Labels
good first issue
Good for newcomers
Comments
Ah that's a good idea. I think instead of a flag, this could just serve as its own command. |
Hey @alixander, I am working on this one & I have a few questions.
|
@melsonic Awesome!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
I'm working on using D2 in my codebase, and in my tests I'd like to just parse the file to validate that the d2 code generated is valid, without actually generating a file.
I ended up implementing this as
d2 graph.d2 /dev/null
, which works but I think a CLI option would be better since many people don't know about /dev/nullThe text was updated successfully, but these errors were encountered: