Table of Contents

Class CommandLineHelper

Namespace
NLightning.Application.NLTG.Helpers
Assembly
NLightning.Application.NLTG.dll

Helper class for displaying command line usage information

public static class CommandLineHelper
Inheritance
CommandLineHelper
Inherited Members

Methods

GetNetwork(string[])

public static string GetNetwork(string[] args)

Parameters

args string[]

Returns

string

IsHelpRequested(string[])

Parse command line arguments to check for help request

public static bool IsHelpRequested(string[] args)

Parameters

args string[]

Returns

bool

IsStatusRequested(string[])

public static bool IsStatusRequested(string[] args)

Parameters

args string[]

Returns

bool

IsStopRequested(string[])

public static bool IsStopRequested(string[] args)

Parameters

args string[]

Returns

bool

ShowUsage()

public static void ShowUsage()