Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 265 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 265 Bytes

Terminal.Shell EchoExtension

A sample extension with just one command.

Simply copy this to your own project and use IMessageBus to execute it:

using Merq;
namespace EchoExtension;

public partial record Echo(string Message) : ICommand<string>;