CLI 工具
Albatross.CommandLine — CLI Development Guide
How to create command-line applications using the Albatross.CommandLine library packages. Use this skill whenever the user is working with Albatross.CommandLine, creating a CLI app, adding commands, defining verbs, options, arguments, or handlers in a .NET command-line project — even if they don't explicitly say "Albatross". Trigger on requests like "add a new command", "create a CLI app", "add an option to this command", "set up a command handler", "bootstrap a Program.cs", "add logging to my CLI", "create a subcommand", or anything related to building CLI tools with this library. Also trigger when the user references CommandHost, [Verb], [Option], [Argument], BaseHandler, IAsyncCommandHandler, RegisterCommands, AddCommands, or WithDefaults.