mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-22 17:52:15 +00:00
Improved example command
This commit is contained in:
parent
09215a05dd
commit
9952cfd7eb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace ShiftOS.Engine.Terminal.Commands
|
|||
|
||||
public override string Run(params string[] parameters)
|
||||
{
|
||||
return "Oh, HELLO," + parameters[0];
|
||||
return "Oh, HELLO, " + String.Join(" ", parameters);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue