Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dedouwe26 committed Jun 4, 2024
1 parent 7234473 commit 473c071
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Terminal/Arguments/ArgumentParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ public ArgumentParser Help(IEnumerable<string>? keys = null, bool showDescriptio
/// <summary>
/// Sets the version of the application parser. And adds an argument.
/// </summary>
/// <param name="keys"></param>
/// <param name="version">The version of the application.</param>
/// <param name="keys">The keys for the parameter (default: v, version).</param>
/// <param name="shouldExit"></param>
/// <returns></returns>

public ArgumentParser Version(string version, IEnumerable<string>? keys = null, bool shouldExit = true)
{
Expand Down

0 comments on commit 473c071

Please sign in to comment.