Skip to content

Commit

Permalink
Added a warning about order of custom operations
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMarr authored Jun 6, 2022
1 parent a653007 commit 255ae22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ let main argv =
}
```

💥WARNING: You must declare `inputs` before `setHandler` or else the type checking will not work properly and you will get a build error!💥

```batch
> unzip.exe "c:\test\stuff.zip"
Result: Unzipping stuff.zip to c:\test
Expand Down

0 comments on commit 255ae22

Please sign in to comment.