mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
暂时禁用 Cli
This commit is contained in:
parent
f041abc837
commit
131264af9c
|
@ -17,8 +17,12 @@ namespace BililiveRecorder.Cli
|
|||
{
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
private static void Main(string[] _)
|
||||
private static int Main(string[] _)
|
||||
{
|
||||
Console.WriteLine("本版本的 CLI 版还没实现");
|
||||
return -1;
|
||||
|
||||
/*
|
||||
var builder = new ContainerBuilder();
|
||||
builder.RegisterModule<FlvProcessorModule>();
|
||||
builder.RegisterModule<CoreModule>();
|
||||
|
@ -62,10 +66,11 @@ namespace BililiveRecorder.Cli
|
|||
{
|
||||
Thread.Sleep(TimeSpan.FromSeconds(10));
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
public partial class CommandConfigV1 : ConfigV1
|
||||
{
|
||||
[Option('i', "id", HelpText = "room id", Required = true)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user