@@ -57,6 +57,7 @@ You'll need administrator privileges to install the certificate!
57
57
Usage :
58
58
<no args>
59
59
- Open a new shell with your default settings.
60
+ Inherit current directory (with exception that %%USERPROFILE%% is changed to $HOME).
60
61
61
62
run <command line>
62
63
- Run the given command line in that instance. Inherit current directory.
@@ -72,20 +73,21 @@ Usage :
72
73
- `--wsl-version <1|2>`: Set the WSL version of this instance to <1 or 2>
73
74
- `--default-term <default|wt|flute>`: Set default type of terminal window.
74
75
75
- get [setting]
76
+ get [setting [value] ]
76
77
- `--default-uid`: Get the default user uid in this instance.
77
78
- `--append-path`: Get true/false status of Append Windows PATH to $PATH.
78
79
- `--mount-drive`: Get true/false status of Mount drives.
79
80
- `--wsl-version`: Get the version os the WSL (1/2) of this instance.
80
81
- `--default-term`: Get Default Terminal type of this instance launcher.
82
+ - `--wt-profile-name`: Get Profile Name from Windows Terminal
81
83
- `--lxguid`: Get WSL GUID key for this instance.
82
84
83
- backup [contents ]
84
- - `-- tar`: Output backup. tar to the current directory .
85
- - `--tgz `: Output backup. tar.gz to the current directory .
86
- - `-- vhdx`: Output backup. ext4.vhdx to the current directory . (WSL2 only)
87
- - `--vhdxgz `: Output backup. ext4.vhdx.gz to the current directory . (WSL2 only)
88
- - `-- reg`: Output settings registry file to the current directory .
85
+ backup [file name ]
86
+ - `*. tar`: Output backup tar file .
87
+ - `*.tar.gz `: Output backup tar.gz file .
88
+ - `*.ext4. vhdx`: Output backup ext4.vhdx file . (WSL2 only)
89
+ - `*.ext4.vhdx.gz `: Output backup ext4.vhdx.gz file . (WSL2 only)
90
+ - `*. reg`: Output settings registry file.
89
91
90
92
clean
91
93
- Uninstall that instance.
0 commit comments