Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

try-convert #74

Merged
merged 1 commit into from
Oct 2, 2019
Merged

try-convert #74

merged 1 commit into from
Oct 2, 2019

Conversation

jmarolf
Copy link
Contributor

@jmarolf jmarolf commented Oct 2, 2019

No description provided.

@jmarolf jmarolf merged commit 420c21f into dotnet:master Oct 2, 2019
@@ -13,7 +13,7 @@ internal class Program
{
private static async Task<int> Main(string[] args)
{
var parser = new CommandLineBuilder(new Command("try-format", handler: CommandHandler.Create(typeof(Program).GetMethod(nameof(Run)))))
var parser = new CommandLineBuilder(new Command("try-convert", handler: CommandHandler.Create(typeof(Program).GetMethod(nameof(Run)))))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoopsie pie

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants