Searched refs:HelloCommand (Results 1 – 2 of 2) sorted by relevance
21 helloCommand = new HelloCommand(monitor); in SampleCommandPlugin()30 private readonly HelloCommand helloCommand;
16 public sealed class HelloCommand : Command class32 public HelloCommand(Monitor monitor) : base(monitor, "hello", "Greets a user.") in HelloCommand() method in Antmicro.Renode.Plugins.SampleCommandPlugin.HelloCommand