mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
14 lines
333 B
C#
14 lines
333 B
C#
namespace Netch
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string EOF = "\r\n";
|
|
|
|
public static class Parameter
|
|
{
|
|
public const string Show = "-show";
|
|
public const string ForceUpdate = "-forceUpdate";
|
|
public const string Console = "-console";
|
|
}
|
|
}
|
|
} |