add links
This commit is contained in:
parent
92d219a7dd
commit
3f8e752968
2 changed files with 12 additions and 1 deletions
|
|
@ -41,6 +41,15 @@ render anyway to enable iteration on a broken diagram.
|
||||||
.Pp
|
.Pp
|
||||||
See more docs, the source code and license at
|
See more docs, the source code and license at
|
||||||
.Lk https://oss.terrastruct.com/d2
|
.Lk https://oss.terrastruct.com/d2
|
||||||
|
.Ns .
|
||||||
|
.Pp
|
||||||
|
Hosted icons at
|
||||||
|
.Lk https://icons.terrastruct.com
|
||||||
|
.Ns .
|
||||||
|
.Pp
|
||||||
|
Playground runner at
|
||||||
|
.Lk https://play.d2lang.com
|
||||||
|
.Ns .
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width Fl
|
.Bl -tag -width Fl
|
||||||
.It Fl w , -watch Ar false
|
.It Fl w , -watch Ar false
|
||||||
|
|
|
||||||
4
help.go
4
help.go
|
|
@ -35,7 +35,9 @@ Subcommands:
|
||||||
%[1]s layout [name] - Display long help for a particular layout engine, including its configuration options
|
%[1]s layout [name] - Display long help for a particular layout engine, including its configuration options
|
||||||
%[1]s fmt file.d2 ... - Format passed files
|
%[1]s fmt file.d2 ... - Format passed files
|
||||||
|
|
||||||
See more docs and the source code at https://oss.terrastruct.com/d2
|
See more docs and the source code at https://oss.terrastruct.com/d2.
|
||||||
|
Hosted icons at https://icons.terrastruct.com.
|
||||||
|
Playground runner at https://play.d2lang.com.
|
||||||
`, filepath.Base(ms.Name), ms.Opts.Defaults())
|
`, filepath.Base(ms.Name), ms.Opts.Defaults())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue