BadScript 2
Loading...
Searching...
No Matches
BadRemoteConsoleSystemSettings.cs
Go to the documentation of this file.
1
using
CommandLine
;
2
3
namespace
BadScript2.ConsoleCore.Systems.Run
;
4
8
public
class
BadRemoteConsoleSystemSettings
9
{
13
[Value(0, Default =
"localhost"
, HelpText =
"The Host to connect to"
, Required =
true
)]
14
public
string
Host
{
get
;
set
; } =
"localhost"
;
15
19
[Value(1, Default = 1337, HelpText =
"The Host port to connect to"
, Required =
true
)]
20
public
int
Port
{
get
;
set
; } = 1337;
21
25
[Option(
's'
,
"script"
, Default =
false
, HelpText =
"If true, the client will use the script commands"
)]
26
public
bool
UseScriptCommands
{
get
;
set
; }
27
}
BadScript2.ConsoleCore.Systems.Run.BadRemoteConsoleSystemSettings
Remote Console System Settings.
Definition
BadRemoteConsoleSystemSettings.cs:9
BadScript2.ConsoleCore.Systems.Run.BadRemoteConsoleSystemSettings.Host
string Host
The Host to connect to.
Definition
BadRemoteConsoleSystemSettings.cs:14
BadScript2.ConsoleCore.Systems.Run.BadRemoteConsoleSystemSettings.Port
int Port
The Host port to connect to.
Definition
BadRemoteConsoleSystemSettings.cs:20
BadScript2.ConsoleCore.Systems.Run.BadRemoteConsoleSystemSettings.UseScriptCommands
bool UseScriptCommands
Indicates if the script commands should be used.
Definition
BadRemoteConsoleSystemSettings.cs:26
BadScript2.ConsoleCore.Systems.Run
Contains the 'run' console command implementation.
Definition
BadDefaultRunSystem.cs:6
CommandLine
Definition
BaseAttribute.cs:8
src
BadScript2.Console
BadScript2.ConsoleCore
Systems
Run
BadRemoteConsoleSystemSettings.cs
Generated by
1.9.8