diff --git a/DeathSocketCLI/Commands.fs b/DeathSocketCLI/Commands.fs index 995776e..754728f 100644 --- a/DeathSocketCLI/Commands.fs +++ b/DeathSocketCLI/Commands.fs @@ -59,8 +59,9 @@ let ``add-grid`` imgPath numRows numColumns pWidth colour newPath = try printfn "[INFO.] Adding grid to image..." - buildSpec imgPath numRows numColumns pWidth colour newPath - |> applyBrushSpecGridAsync + Brush (buildSpec imgPath numRows numColumns pWidth colour newPath) + |> applyImageToGrid + //|> applyBrushSpecGridAsync |> Async.Start showEndOfCommandMessage with