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.cs47 …public HelpCommand(Monitor monitor, Func<IEnumerable<ICommandDescription>> getCommands) : base(mon… in HelpCommand() argument
49 GetCommands = getCommands; in HelpCommand()