WsParser_VS/WsNovelManager/Program.fs

6 lines
247 B
Forth
Raw Normal View History

2025-02-24 07:02:23 +00:00
// For more information see https://aka.ms/fsharp-console-apps
open System
let args = System.Environment.GetCommandLineArgs() |> Array.toList
if args.Length <> 5 then
failwith $"程序启动参数错误:<nsm> -in story_dir -out html_out"