Skip to content

Commit

Permalink
Issue dotnet#816
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 committed Mar 28, 2020
1 parent db90bc1 commit 1133ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tools/dotnet-dump/Commands/ExitCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace Microsoft.Diagnostics.Tools.Dump
{
[Command(Name = "exit", Help = "Exit interactive mode.")]
[CommandAlias(Name = "quit")]
[CommandAlias(Name = "q")]
public class ExitCommand : CommandBase
{
public override void Invoke()
Expand Down

0 comments on commit 1133ff5

Please sign in to comment.