Home
last modified time | relevance | path

Searched refs:GetCommands (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DHelpCommand.cs24 foreach(var item in GetCommands().OrderBy(x=>x.Name)) in GeneralHelp()
36 if(!GetCommands().Any(x => x.Name == commandName.Value)) in CommandHelp()
41 var command = GetCommands().First(x => x.Name == commandName.Value); in CommandHelp()
45 private readonly Func<IEnumerable<ICommandDescription>> GetCommands; field in Antmicro.Renode.UserInterface.Commands.HelpCommand
49 GetCommands = getCommands; in HelpCommand()