diff --git a/src/dotnetCampus.CommandLine/Properties/APIs/netcoreapp3.0/PublicAPI.Shipped.txt b/src/dotnetCampus.CommandLine/Properties/APIs/netcoreapp3.0/PublicAPI.Shipped.txt new file mode 100644 index 0000000..46d350d --- /dev/null +++ b/src/dotnetCampus.CommandLine/Properties/APIs/netcoreapp3.0/PublicAPI.Shipped.txt @@ -0,0 +1,58 @@ +dotnetCampus.Cli.CommandLine +dotnetCampus.Cli.CommandLine.As() -> T +dotnetCampus.Cli.CommandLine.As(dotnetCampus.Cli.ICommandLineOptionParser parser) -> T +static dotnetCampus.Cli.CommandLine.Parse(string[] args, string protocolName = null) -> dotnetCampus.Cli.CommandLine +dotnetCampus.Cli.CommandLineAttribute +dotnetCampus.Cli.CommandLineHandlerBuilder +dotnetCampus.Cli.CommandLineHandlerBuilder.AddHandler(System.Action handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineHandlerBuilder +dotnetCampus.Cli.CommandLineHandlerBuilder.AddHandler(System.Func handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineHandlerBuilder +dotnetCampus.Cli.CommandLineHandlerBuilder.AddHandler(System.Func handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineAsyncHandlerBuilder +dotnetCampus.Cli.CommandLineHandlerBuilder.AddHandler(System.Func> handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineAsyncHandlerBuilder +dotnetCampus.Cli.CommandLineHandlerBuilder.Run() -> int +dotnetCampus.Cli.CommandLineAsyncHandlerBuilder +dotnetCampus.Cli.CommandLineAsyncHandlerBuilder.AddHandler(System.Action handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineAsyncHandlerBuilder +dotnetCampus.Cli.CommandLineAsyncHandlerBuilder.AddHandler(System.Func handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineAsyncHandlerBuilder +dotnetCampus.Cli.CommandLineAsyncHandlerBuilder.AddHandler(System.Func handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineAsyncHandlerBuilder +dotnetCampus.Cli.CommandLineAsyncHandlerBuilder.AddHandler(System.Func> handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineAsyncHandlerBuilder +dotnetCampus.Cli.CommandLineAsyncHandlerBuilder.RunAsync() -> System.Threading.Tasks.Task +dotnetCampus.Cli.CommandLineHandlers +static dotnetCampus.Cli.CommandLineHandlers.AddHandler(this dotnetCampus.Cli.CommandLine commandLine, System.Action handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineHandlerBuilder +static dotnetCampus.Cli.CommandLineHandlers.AddHandler(this dotnetCampus.Cli.CommandLine commandLine, System.Func handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineHandlerBuilder +static dotnetCampus.Cli.CommandLineHandlers.AddHandler(this dotnetCampus.Cli.CommandLine commandLine, System.Func handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineAsyncHandlerBuilder +static dotnetCampus.Cli.CommandLineHandlers.AddHandler(this dotnetCampus.Cli.CommandLine commandLine, System.Func> handler, dotnetCampus.Cli.ICommandLineOptionParser parser = null) -> dotnetCampus.Cli.CommandLineAsyncHandlerBuilder +dotnetCampus.Cli.CommandLineOptionParser +dotnetCampus.Cli.CommandLineOptionParser.CommandLineOptionParser() -> void +dotnetCampus.Cli.CommandLineOptionParser.Verb.get -> string +dotnetCampus.Cli.CommandLineOptionParser.Verb.set -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(int index, System.Action action) -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(char shortName, System.Action action) -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(char shortName, System.Action action) -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(char shortName, System.Action> action) -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(string longName, System.Action action) -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(string longName, System.Action action) -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(string longName, System.Action> action) -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(char shortName, string longName, System.Action action) -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(char shortName, string longName, System.Action action) -> void +dotnetCampus.Cli.CommandLineOptionParser.AddMatch(char shortName, string longName, System.Action> action) -> void +dotnetCampus.Cli.CommandLineOptionParser.SetResult(System.Func commit) -> void +dotnetCampus.Cli.ICommandLineOptionParser +dotnetCampus.Cli.ICommandLineOptionParser.Verb.get -> string +dotnetCampus.Cli.ICommandLineOptionParser.SetValue(int index, string value) -> void +dotnetCampus.Cli.ICommandLineOptionParser.SetValue(char shortName, bool value) -> void +dotnetCampus.Cli.ICommandLineOptionParser.SetValue(char shortName, string value) -> void +dotnetCampus.Cli.ICommandLineOptionParser.SetValue(char shortName, System.Collections.Generic.IReadOnlyList values) -> void +dotnetCampus.Cli.ICommandLineOptionParser.SetValue(string longName, bool value) -> void +dotnetCampus.Cli.ICommandLineOptionParser.SetValue(string longName, string value) -> void +dotnetCampus.Cli.ICommandLineOptionParser.SetValue(string longName, System.Collections.Generic.IReadOnlyList values) -> void +dotnetCampus.Cli.ICommandLineOptionParser.Commit() -> T +dotnetCampus.Cli.OptionAttribute +dotnetCampus.Cli.OptionAttribute.OptionAttribute(string longName) -> void +dotnetCampus.Cli.OptionAttribute.OptionAttribute(char shortName, string longName) -> void +dotnetCampus.Cli.OptionAttribute.ShortName.get -> char? +dotnetCampus.Cli.OptionAttribute.LongName.get -> string +dotnetCampus.Cli.ValueAttribute +dotnetCampus.Cli.ValueAttribute.ValueAttribute(int index) -> void +dotnetCampus.Cli.ValueAttribute.Index.get -> int +dotnetCampus.Cli.VerbAttribute +dotnetCampus.Cli.VerbAttribute.VerbAttribute(string verbName) -> void +dotnetCampus.Cli.VerbAttribute.VerbName.get -> string diff --git a/src/dotnetCampus.CommandLine/Properties/APIs/netcoreapp3.0/PublicAPI.Unshipped.txt b/src/dotnetCampus.CommandLine/Properties/APIs/netcoreapp3.0/PublicAPI.Unshipped.txt new file mode 100644 index 0000000..e69de29 diff --git a/src/dotnetCampus.CommandLine/dotnetCampus.CommandLine.csproj b/src/dotnetCampus.CommandLine/dotnetCampus.CommandLine.csproj index a01ca14..efbd6d9 100644 --- a/src/dotnetCampus.CommandLine/dotnetCampus.CommandLine.csproj +++ b/src/dotnetCampus.CommandLine/dotnetCampus.CommandLine.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net45 + netstandard2.0;net45;netcoreapp3.0 dotnetCampus.Cli true walterlv @@ -10,6 +10,7 @@ https://github.com/dotnet-campus/dotnetCampus.CommandLine https://github.com/dotnet-campus/dotnetCampus.CommandLine.git git + 1.0.0