requires:from,type: String,desc: 'The commit, branch name, or tag name to start comparison'
requires:to,type: String,desc: 'The commit, branch name, or tag name to stop comparison'
optional:from_project_id,type: String,desc: 'The project to compare from'
optional:straight,type: Boolean,desc: 'Comparison method, `true` for direct comparison between `from` and `to` (`from`..`to`), `false` to compare using merge base (`from`...`to`)',default: false