You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
You must agree to search and the code of conduct. You must fill in this entire template. If you delete part/all or miss parts out your issue will be closed.
Describe the bug
Unable to specify and execute a file from the command line.
When hit the command with no specified file.
> & 'C:\Program Files\draw.io\draw.io.exe'
draw.io desktop will be shown.
However, with file name to open.
> & 'C:\Program Files\draw.io\draw.io.exe' test.drawio
returns error: too many arguments. Expected 0 arguments but got 1.
As a result, it is not possible to open files from Explorer or export them via the command line.
To Reproduce
Steps to reproduce the behavior:
run drawio desktop from command line with file name
See error
Expected behavior
Open the desktop application with specified open file.
Screenshots
If applicable, add screenshots to help explain your problem.
draw.io version (In the Help->About menu of the draw.io editor):
draw.io version 26.0.15
Desktop (please complete the following information):
OS: Windows
Additional context
26.0.9 is working fine.
The text was updated successfully, but these errors were encountered:
Preflight Checklist
You must agree to search and the code of conduct. You must fill in this entire template. If you delete part/all or miss parts out your issue will be closed.
Describe the bug
Unable to specify and execute a file from the command line.
When hit the command with no specified file.
draw.io desktop will be shown.
However, with file name to open.
As a result, it is not possible to open files from Explorer or export them via the command line.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Open the desktop application with specified open file.
Screenshots
If applicable, add screenshots to help explain your problem.
draw.io version (In the Help->About menu of the draw.io editor):
Desktop (please complete the following information):
Additional context
26.0.9 is working fine.
The text was updated successfully, but these errors were encountered: