We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef996ea commit b05e9bbCopy full SHA for b05e9bb
src/monorobot.ml
@@ -91,7 +91,7 @@ let gh_payload =
91
92
let slack_payload =
93
let doc = "path to a JSON file containing a slack notification payload" in
94
- Arg.(required & pos 1 (some file) None & info [] ~docv:"SLACK_PAYLOAD" ~doc)
+ Arg.(required & pos 0 (some file) None & info [] ~docv:"SLACK_PAYLOAD" ~doc)
95
96
let json =
97
let doc = "if set, will format output as json" in
0 commit comments