Browse Source

refactor add-grid command (applyImageToGrid).

master
Craig Oates 5 years ago
parent
commit
5daf3725b2
  1. 5
      DeathSocketCLI/Commands.fs

5
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

Loading…
Cancel
Save