using System; using System.IO; using Microsoft.Dnx.Runtime.Common.CommandLine; using Microsoft.DotNet.Cli.Utils; namespace Microsoft.DotNet.Tools.Interactive.Csi { public sealed class Program { public static int Main(string[] args) { DebugHelper.HandleDebugSwitch(ref args); var app = new CommandLineApplication(); app.Name = "dotnet interactive csi"; app.FullName = "CSharp Interactive"; app.Description = "CSharp Interactive for the .NET platform"; app.HelpOption("-h|--help"); var script = app.Argument("