JingJingJingJing / Sira

This is sira
2 stars 1 forks source link

Run in shell - has a switch to accept user credential #87

Open kiddliu opened 6 years ago

kiddliu commented 6 years ago

As a user, I want Sira 2.0 has a switch to accept user credential, which enables the user to provide/override the credential that connects to the target Jira server.

It works like

sira --username kiddliu --password ******** -q ...
JingJingJingJing commented 6 years ago

@kiddliu ā€œ--username" is conflict with "--update" because they have same abbreviation ā€-uā€œ. How about using "--name" instead of "--username" ?

kiddliu commented 6 years ago

@JingJingJingJing consider using '-c' and '--credential' to do this