Relates to
CLI
Version you are using
1.51.1
Describe the issue
minor bug/annoyance
The likec4 gen command should accept the --output option for compatibility with likec4 build and likec4 export png commands.
For example:
likec4 build accepts -o or --output
likec4 export png accepts -o, --outdir, or --output (as an alias for compatibility)
likec4 gen accepts -o or --outdir, but does not not accept --output
It's minor, but I thought I'd document it. I updated my automation scripting to always use -o instead of --output.
If possible, include link to the playground with example
No response
Relates to
CLI
Version you are using
1.51.1
Describe the issue
minor bug/annoyance
The
likec4 gencommand should accept the--outputoption for compatibility withlikec4 buildandlikec4 export pngcommands.For example:
likec4 buildaccepts-oor--outputlikec4 export pngaccepts-o,--outdir, or--output(as an alias for compatibility)likec4 genaccepts-oor--outdir, but does not not accept--outputIt's minor, but I thought I'd document it. I updated my automation scripting to always use
-oinstead of--output.If possible, include link to the playground with example
No response