Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
F# コンパイル済みプログラムでコマンド ライン引数を取得するにはどうすればよいですか? デフォルトのテンプレートを使用しない場合は可能ですか
[<EntryPoint>] let Main(args) = ...
私はもう試した
let args = Sys.argv
と
let args = fsi.CommandLineArgs
しかし、それは私にはうまくいきません:-(