CloudSlang / cloud-slang

CloudSlang Language, CLI and Builder
http://cloudslang.io
Apache License 2.0
234 stars 82 forks source link

Moving to jcommander from spring shell #120

Open orius123 opened 9 years ago

orius123 commented 9 years ago

After reading through this issue I believe we should move to develop the CLI using spring boot and Jcommander instead of Spring shell.

meshipeer commented 9 years ago

@orius123 what is the estimation vs. value of this?

orius123 commented 9 years ago

I'm not familiar with the CLI so much. a rough estimation will be 2 weeks. @Bonczidai @TudorLesanHP how much do you think?

tudorlesan commented 9 years ago

If it is remotely similar to SpringShell two weeks seems doable. I don't think it took more than that to implement.

oritstone commented 9 years ago

should fix

lucian-cm commented 7 years ago

@Bonczidai probably we should do a careful investigation and possibly a POC, as from what I see JCommander is not perfect... We are using spring shell for some useful stuff as well like Tab completion, colorization, customization of command prompt, banner, shell history file name, shell Aslo there is a new version of spring shell 1.2.0.RELEASE which we should try out.

orius123 commented 7 years ago

This issue was opened over a year ago.. I think who ever is handling this should re-investigate the options. And in general, nothing is perfect.. 😉