Skip to content

Commit 124847f

Browse files
committed
Adding returns to get args summary
1 parent 907a71e commit 124847f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.netcode.gameobjects/Runtime/Configuration/CommandLineOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ private static void ParseCommandLineArguments()
3434
/// Returns the value of an argument or null if there the argument is not present
3535
/// </summary>
3636
/// <param name="arg">The name of the argument</param>
37+
/// <returns><see cref="string"/>Value of the command line argument passed in.</returns>
3738
public string GetArg(string arg)
3839
{
3940
var argIndex = CommandLineArguments.IndexOf(arg);

0 commit comments

Comments
 (0)