session: divide command between new empty sessions and glob to add from the pool
Add new parameters:
-
-nor--newto create a new empty session (this was the behavior until now) -
-cor--createplus two globs for package name and version (space separated, must be quoted) to create a new session and add given packages that match the glob pattern from the pool -
We remove -aand--add-all, since it can be done now with-c * *
Edited by Alberto Pianon