🐛 Rename --version to prevent overlap

This commit is contained in:
trickypr 2022-06-23 16:22:00 +10:00
parent a9e071900e
commit e676d61c5e

View file

@ -49,7 +49,7 @@ export const commands: Cmd[] = [
description: 'What version should be bumped',
},
{
arg: '--version <version>',
arg: '--display-version <version>',
description: 'Bind this CI instance to a specific version',
},
],