Implement interactive command console

This commit is contained in:
JustArchi
2019-02-23 04:31:58 +01:00
parent 6241e283b5
commit 71a9f06e55
7 changed files with 295 additions and 138 deletions

View File

@@ -763,6 +763,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Enter command: .
/// </summary>
public static string EnterCommand {
get {
return ResourceManager.GetString("EnterCommand", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Aborted!.
/// </summary>
@@ -981,6 +990,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Executing....
/// </summary>
public static string Executing {
get {
return ResourceManager.GetString("Executing", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Exiting....
/// </summary>
@@ -1089,6 +1107,24 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Interactive console is now active, type &apos;c&apos; in order to enter command mode..
/// </summary>
public static string InteractiveConsoleEnabled {
get {
return ResourceManager.GetString("InteractiveConsoleEnabled", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Interactive console is not available due to missing {0} config property..
/// </summary>
public static string InteractiveConsoleNotAvailable {
get {
return ResourceManager.GetString("InteractiveConsoleNotAvailable", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu IPC server ready!.
/// </summary>
@@ -1224,6 +1260,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Response: {0}.
/// </summary>
public static string Response {
get {
return ResourceManager.GetString("Response", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Restarting....
/// </summary>