Julia Session Management
Manage multiple concurrent Julia REPL sessions. Each session has its own isolated worker process with separate state, packages, and project environment.
Arguments
action- One of:create,switch,list,destroyname- Session name (required for create/switch/destroy)
Instructions
Parse the user's arguments:
| User Input | Action | Name |
|---|---|---|
create analysis | create | analysis |
switch testing | switch | tes |
[Description truncada. Veja o README completo no GitHub.]