Searched refs:GetCommands (Results 1 – 1 of 1) sorted by relevance
24 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.HelpCommand49 GetCommands = getCommands; in HelpCommand()