mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Updated CLI client with newer URL and made rooms optional to test the behavior of Sneedchat with no room joined
This commit is contained in:
@@ -14,7 +14,7 @@ namespace KfChatDotNetCli
|
||||
|
||||
[Option("debug", Required = false, Default = false, HelpText = "Enable debug logging")]
|
||||
public bool Debug { get; set; }
|
||||
[Option('r', "room", Required = true, HelpText = "Room ID to join on start")]
|
||||
[Option('r', "room", Required = false, Default = int.MaxValue, HelpText = "Room ID to join on start")]
|
||||
public int RoomId { get; set; }
|
||||
}
|
||||
static void Main(string[] args)
|
||||
|
||||
Reference in New Issue
Block a user