This repository was archived by the owner on Dec 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ Usage :
35
35
run <command line>
36
36
- Run the given command line in that distro. Inherit current directory.
37
37
38
+ runp <command line (includes windows path)>
39
+ - Run the path translated command line in that distro.
40
+
38
41
config [setting [value]]
39
42
- `--default-user <user>`: Set the default user for this distro to <user>
40
43
- `--default-uid <uid>`: Set the default user uid for this distro to <uid>
@@ -45,11 +48,12 @@ Usage :
45
48
- `--default-uid`: Get the default user uid in this distro
46
49
- `--append-path`: Get on/off status of Append Windows PATH to $PATH
47
50
- `--mount-drive`: Get on/off status of Mount drives
48
- - `--lxuid`: Get LxUID key for this distro
51
+ - `--lxguid`: Get WSL GUID key for this distro
52
+
53
+ backup [contents]
54
+ - `--tgz`: Output backup.tar.gz to the current directory using tar command
55
+ - `--reg`: Output settings registry file to the current directory
49
56
50
- backup
51
- - Output backup.tar.gz to the current directory using tar command.
52
-
53
57
clean
54
58
- Uninstall the distro.
55
59
You can’t perform that action at this time.
0 commit comments