File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,15 @@ Example:
3333dnx gist kzu/52b115ce24c7978ddc33245d4ff840f5 dotnet rocks
3434```
3535
36- View [ source gist] ( https://gist.github.com/kzu/52b115ce24c7978ddc33245d4ff840f5 ) .
36+ View [ source gist] ( https://gist.github.com/kzu/52b115ce24c7978ddc33245d4ff840f5 ) :
37+
38+ ``` csharp
39+ #:package Spectre .Console @*
40+
41+ using Spectre .Console ;
42+
43+ AnsiConsole .MarkupLine ($" Hello world from [green]dnx[/] [yellow]gist[/] :rocket: [bold italic]{string .Join (' ' , args )}[/]" );
44+ ```
3745
3846When running different files from the same repo+ref, the download will be performed only once.
3947The last download etag is used to avoid downloading on each run.
Original file line number Diff line number Diff line change @@ -32,7 +32,15 @@ Example:
3232dnx runcs kzu/runcs@v1:run.cs dotnet rocks
3333```
3434
35- View [ source] ( https://github.com/kzu/runcs/blob/v1/run.cs ) .
35+ View [ source] ( https://github.com/kzu/runcs/blob/v1/run.cs ) :
36+
37+ ``` csharp
38+ #:package Spectre .Console @*
39+
40+ using Spectre .Console ;
41+
42+ AnsiConsole .MarkupLine ($" Hello world from [green]dnx[/] [yellow]gist[/] :rocket: [bold italic]{string .Join (' ' , args )}[/]" );
43+ ```
3644
3745> [ !TIP]
3846> The repo does not need to be public. In that case, the same authentication
You can’t perform that action at this time.
0 commit comments