Skip to content

Remove Tokens from public API #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DocoptNet/Docopt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public IDictionary<string, ValueObject> Apply(string doc, ICollection<string> ar
return Apply(doc, new Tokens(argv, typeof (DocoptInputErrorException)), help, version, optionsFirst, exit);
}

protected IDictionary<string, ValueObject> Apply(string doc, Tokens tokens,
IDictionary<string, ValueObject> Apply(string doc, Tokens tokens,
bool help = true,
object version = null, bool optionsFirst = false, bool exit = false)
{
Expand Down
1 change: 0 additions & 1 deletion src/DocoptNet/Public.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public partial class ArgumentNode { }
public partial class OptionNode { }
public partial class CommandNode { }
public partial class Node { }
public partial class Tokens { }
public partial class ValueObject { }
}

Expand Down
11 changes: 11 additions & 0 deletions src/DocoptNet/PublicAPI/netstandard1.5/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*REMOVED*DocoptNet.Docopt.Apply(string doc, DocoptNet.Tokens tokens, bool help = true, object version = null, bool optionsFirst = false, bool exit = false) -> System.Collections.Generic.IDictionary<string, DocoptNet.ValueObject>
*REMOVED*DocoptNet.Tokens
*REMOVED*DocoptNet.Tokens.CreateException(string message) -> System.Exception
*REMOVED*DocoptNet.Tokens.Current() -> string
*REMOVED*DocoptNet.Tokens.ErrorType.get -> System.Type
*REMOVED*DocoptNet.Tokens.GetEnumerator() -> System.Collections.Generic.IEnumerator<string>
*REMOVED*DocoptNet.Tokens.Move() -> string
*REMOVED*DocoptNet.Tokens.ThrowsInputError.get -> bool
*REMOVED*DocoptNet.Tokens.Tokens(System.Collections.Generic.IEnumerable<string> source, System.Type errorType) -> void
*REMOVED*override DocoptNet.Tokens.ToString() -> string
*REMOVED*static DocoptNet.Tokens.FromPattern(string pattern) -> DocoptNet.Tokens
11 changes: 11 additions & 0 deletions src/DocoptNet/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*REMOVED*DocoptNet.Docopt.Apply(string doc, DocoptNet.Tokens tokens, bool help = true, object version = null, bool optionsFirst = false, bool exit = false) -> System.Collections.Generic.IDictionary<string, DocoptNet.ValueObject>
*REMOVED*DocoptNet.Tokens
*REMOVED*DocoptNet.Tokens.CreateException(string message) -> System.Exception
*REMOVED*DocoptNet.Tokens.Current() -> string
*REMOVED*DocoptNet.Tokens.ErrorType.get -> System.Type
*REMOVED*DocoptNet.Tokens.GetEnumerator() -> System.Collections.Generic.IEnumerator<string>
*REMOVED*DocoptNet.Tokens.Move() -> string
*REMOVED*DocoptNet.Tokens.ThrowsInputError.get -> bool
*REMOVED*DocoptNet.Tokens.Tokens(System.Collections.Generic.IEnumerable<string> source, System.Type errorType) -> void
*REMOVED*override DocoptNet.Tokens.ToString() -> string
*REMOVED*static DocoptNet.Tokens.FromPattern(string pattern) -> DocoptNet.Tokens
11 changes: 11 additions & 0 deletions src/DocoptNet/PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*REMOVED*DocoptNet.Docopt.Apply(string doc, DocoptNet.Tokens tokens, bool help = true, object version = null, bool optionsFirst = false, bool exit = false) -> System.Collections.Generic.IDictionary<string, DocoptNet.ValueObject>
*REMOVED*DocoptNet.Tokens
*REMOVED*DocoptNet.Tokens.CreateException(string message) -> System.Exception
*REMOVED*DocoptNet.Tokens.Current() -> string
*REMOVED*DocoptNet.Tokens.ErrorType.get -> System.Type
*REMOVED*DocoptNet.Tokens.GetEnumerator() -> System.Collections.Generic.IEnumerator<string>
*REMOVED*DocoptNet.Tokens.Move() -> string
*REMOVED*DocoptNet.Tokens.ThrowsInputError.get -> bool
*REMOVED*DocoptNet.Tokens.Tokens(System.Collections.Generic.IEnumerable<string> source, System.Type errorType) -> void
*REMOVED*override DocoptNet.Tokens.ToString() -> string
*REMOVED*static DocoptNet.Tokens.FromPattern(string pattern) -> DocoptNet.Tokens