mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-16 16:15:47 +08:00
committed by
Patrik Svensson
parent
9f8ca6d648
commit
7471e9d38c
@@ -2,9 +2,9 @@ using Spectre.Console;
|
||||
|
||||
namespace GridExample
|
||||
{
|
||||
public sealed class Program
|
||||
public static class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
public static void Main()
|
||||
{
|
||||
AnsiConsole.WriteLine();
|
||||
AnsiConsole.MarkupLine("Usage: [grey]dotnet [blue]run[/] [[options]] [[[[--]] <additional arguments>...]]]][/]");
|
||||
|
||||
Reference in New Issue
Block a user