Shell Create
Create new shell instance
Usage
Terminal
dxflow shell create <IDENTITY> [PATH] [--] [ARGS...]
Alias: dxflow shell new.
Arguments
| Argument | Description |
|---|---|
IDENTITY | Identity to give the new shell; folded before use, so my-shell creates myshell |
PATH | Executable to run instead of the host's default shell |
ARGS... | Arguments passed to PATH. Put them after -- so the CLI does not read them as its own flags |