All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m15s
Reviewed-on: #9
5 lines
87 B
C#
5 lines
87 B
C#
using YaeBlog.Commands;
|
|
|
|
YaeBlogCommand command = new();
|
|
await command.RunAsync(args);
|