mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-13 15:42: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; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets all the arguments that were passed to the applicaton.
|
||||
/// Gets all the arguments that were passed to the application.
|
||||
/// </summary>
|
||||
public IReadOnlyList<string> Arguments { get; }
|
||||
|
||||
|
@ -74,7 +74,7 @@ public interface ICommandAppSettings
|
||||
bool StrictParsing { get; set; }
|
||||
|
||||
/// <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
|
||||
/// during parsing with the message "Flags cannot be assigned a value."
|
||||
/// should instead be added to the remaining arguments collection.
|
||||
|
Loading…
x
Reference in New Issue
Block a user