Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 04cc50a

Browse files
committed
chore: добавил todo в один из парсеров
1 parent 446b23d commit 04cc50a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Cement.Cli.Commands/OptionsParsers/RefAddCommandOptionsParser.cs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public override RefAddCommandOptions Parse(string[] args)
3434
if (configuration != null)
3535
dep.Configuration = configuration;
3636

37+
// todo(dstarasov): кажется, это не ответственность парсера, а скорее какого-то валидатора или самой команды
3738
if (!project.EndsWith(".csproj"))
3839
throw new BadArgumentException(project + " is not csproj file");
3940

0 commit comments

Comments
 (0)