Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts authored Dec 31, 2023
1 parent 67ffde3 commit 0f07bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ builder.UseSpectreConsole<HelloCommand>(config =>
{
// All commands above are passed to config.AddCommand() by this point
#if DEBUG
#if DEBUG
config.PropagateExceptions();
config.ValidateExamples();
#endif
#endif
config.SetApplicationName("hello");
config.UseBasicExceptionHandler();
});
var app = builder.Build();
await app.RunAsync();
```
```

0 comments on commit 0f07bf9

Please sign in to comment.