続けて、入力された引数をOptionsクラスに展開して計算をするコードを見てみましょう。 メインプログラム(Programクラス) using System; using CommandLine; namespace ConsoleSample { class Program { //アプリケーションの開始場所 static void Main(string[] args) { ...