Skip to content

Commit c6fbbca

Browse files
committed
Improve the --format documentation of the command line help
1 parent e604bfb commit c6fbbca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nugraph/GraphCommandSettings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ internal sealed class GraphCommandSettings : CommandSettings
4343
[CommandOption("-m|--format <FORMAT>")]
4444
[Description($"The format to use when the [b]--output[/] option is not specified.\n" +
4545
$"Use [b]mmd[/] or [b]mermaid[/] for Mermaid Live Editor https://mermaid.live\n" +
46-
$"Use [b]dot[/], [b]gv[/] or [b]graphviz[/] for Edotor https://edotor.net")]
46+
$"Use [b]dot[/], [b]gv[/] or [b]graphviz[/] for Edotor https://edotor.net\n" +
47+
"See https://github.com/0xced/nugraph/#output for even more supported formats.")]
4748
[DefaultValue("mermaid")]
4849
public string Format { get; init; } = "";
4950

0 commit comments

Comments
 (0)