Skip to content

Commit ffa355e

Browse files
committed
fix warning
1 parent fe87561 commit ffa355e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/csharp/fundamentals/tutorials/file-based-programs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ The preceding code defines the argument type for the `--delay` option, and that
207207

208208
:::code language="csharp" source="./snippets/file-based-programs/AsciiArt.cs" id="RootCommand":::
209209

210-
211210
Next, add the code to parse the command line arguments and handle any errors. This code validates the command line arguments and stores parsed arguments in the <xref:System.CommandLine.ParseResult?displayProperty=nameWithType> object:
212211

213212
:::code language="csharp" source="./snippets/file-based-programs/AsciiArt.cs" id="ParseAndValidate":::

0 commit comments

Comments
 (0)