// 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"