[Pharo-dev] Re: Cmd-line (headless) Pharo Launcher - structure of commands

2021-03-11 Thread bajger
Hi Guille, I already had a quick chat with Damien Pollet about how commands should be structured. Based on his recommendations, my original list of commands will be re-worked to be subject-verb like (gittish, dockerish) style, since CLAP allows this and it will be more logically stucured

[Pharo-dev] Re: Cmd-line (headless) Pharo Launcher - structure of commands

2021-03-11 Thread Guillermo Polito
Hi David, I think this is cool :) The things you describe are what I was having in mind too. The commands I use the most from the UI are: - create/delete an image - launch it :) About the design of the command line, have you checked Clap? It should provide support for parsing command line