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
Example of default: yuml -i uml01.yuml producing yuml -i uml01.yuml -o uml01.png.
Example of option-header in the header in uml01.yuml file: //! -o .png --dir=LR. After run with yuml -i uml01.yuml will produce yuml --dir=LR -i uml01.yuml -o uml01.png.
The text was updated successfully, but these errors were encountered:
Example of default:
yuml -i uml01.yuml
producingyuml -i uml01.yuml -o uml01.png
.Example of option-header in the header in
uml01.yuml
file://! -o .png --dir=LR
.After run with
yuml -i uml01.yuml
will produceyuml --dir=LR -i uml01.yuml -o uml01.png
.The text was updated successfully, but these errors were encountered: