digitalfabrik / app-toolbelt

Whitelabel tool used internally at Digitalfabrik
2 stars 0 forks source link

gh-release-make-flags-optional #13

Closed f1sh1918 closed 2 months ago

f1sh1918 commented 2 months ago

make flags optional

f1sh1918 commented 2 months ago

I get an error, when trying to run this v0 release create all 1 1 --deliverino-private-key my-key --should-use-predefined-release-notes

error: option '--should-use-predefined-release-notes ' argument missing

I think you even have to add a value to the flag? Not sure how commander can handle this

v0 release create all 1 1 --deliverino-private-key my-key --should-use-predefined-release-notes true
f1sh1918 commented 2 months ago

i pushed new commit @ztefanie thx for the hint