Skip to content

Commit

Permalink
Little more clear name
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed May 12, 2024
1 parent ac27ee6 commit d96f1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Showkeys.Cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async Task<CliExitCode> Run(IDictionary<string, ArgValue> options)
return ShowKeysDotnet();

return options["--ansi"].IsTrue
? await ShowKeysParser()
? await ShowKeysAnsiInput()
: ShowKeysCathode();
}

Expand Down Expand Up @@ -132,7 +132,7 @@ CliExitCode ShowKeysCathode()
}
}

async Task<CliExitCode> ShowKeysParser()
async Task<CliExitCode> ShowKeysAnsiInput()
{
OutLine("Ctrl-C to quit");
OutLine();
Expand Down

0 comments on commit d96f1b9

Please sign in to comment.