mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-15 00:12:50 +08:00
Fix typos (#1684)
This commit is contained in:
parent
375a708c43
commit
cecfdc386c
@ -14,7 +14,7 @@ public sealed class CommandContext
|
|||||||
public IRemainingArguments Remaining { get; }
|
public IRemainingArguments Remaining { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets all the arguments that were passed to the applicaton.
|
/// Gets all the arguments that were passed to the application.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public IReadOnlyList<string> Arguments { get; }
|
public IReadOnlyList<string> Arguments { get; }
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ public interface ICommandAppSettings
|
|||||||
bool StrictParsing { get; set; }
|
bool StrictParsing { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether or not flags found on the commnd line
|
/// Gets or sets a value indicating whether or not flags found on the command line
|
||||||
/// that would normally result in a <see cref="CommandParseException"/> being thrown
|
/// that would normally result in a <see cref="CommandParseException"/> being thrown
|
||||||
/// during parsing with the message "Flags cannot be assigned a value."
|
/// during parsing with the message "Flags cannot be assigned a value."
|
||||||
/// should instead be added to the remaining arguments collection.
|
/// should instead be added to the remaining arguments collection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user