Task #2366
Allow long options in CLI
Status:
Rejected
Priority:
Low
Assignee:
Andrew Pippin
Category:
d1_client_cli
Target version:
Start date:
2012-02-22
Due date:
% Done:
0%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
Currently, variables are set using arguments, not options:
@d1_cli 'set mnurl http://localhost:8080/knb/d1/mn'@ [commands...]
It is desirable to allow variables to be set using long options:
@d1_cli --mnurl=http://localhost:8080/knb/d1/mn@ [commands...]
(or maybe @d1_cli --mnurl http://localhost:8080/knb/d1/mn@ [commands...])