diff --git a/wolverine/a-frame-architecture/mise.toml b/wolverine/a-frame-architecture/mise.toml index 66d7e4d..a7a0331 100644 --- a/wolverine/a-frame-architecture/mise.toml +++ b/wolverine/a-frame-architecture/mise.toml @@ -17,4 +17,4 @@ run = "fd -I \"bin|obj\" -td -X rm -r && dotnet clean" usage = ''' arg "" help="Migration Name" ''' -run = "dotnet ef migrations add \"${name?}\" --startup-project FinancialApi --project FinancialApi.Infrastructure" +run = "dotnet ef migrations add \"${usage_name?}\" --startup-project FinancialApi --project FinancialApi.Infrastructure" \ No newline at end of file