Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DStartCommand.cs37 if(IncludeCommand.Run(writer, path)) in Run()
43 private readonly IncludeFileCommand IncludeCommand; field in Antmicro.Renode.UserInterface.Commands.StartCommand
51 IncludeCommand = includeCommand; in StartCommand()