mirror of
https://github.com/yuk7/AlpineWSL.git
synced 2026-01-18 16:47:21 +01:00
README.md: Update usage [ci skip]
This commit is contained in:
13
README.md
13
README.md
@@ -36,20 +36,27 @@ Usage :
|
||||
run <command line>
|
||||
- Run the given command line in that distro. Inherit current directory.
|
||||
|
||||
runp <command line (includes windows path)>
|
||||
- Run the path translated command line in that distro.
|
||||
|
||||
config [setting [value]]
|
||||
- `--default-user <user>`: Set the default user for this distro to <user>
|
||||
- `--default-uid <uid>`: Set the default user uid for this distro to <uid>
|
||||
- `--append-path <on|off>`: Switch of Append Windows PATH to $PATH
|
||||
- `--mount-drive <on|off>`: Switch of Mount drives
|
||||
- `--default-term <default|wt|flute>`: Set default terminal window
|
||||
|
||||
get [setting]
|
||||
- `--default-uid`: Get the default user uid in this distro
|
||||
- `--append-path`: Get on/off status of Append Windows PATH to $PATH
|
||||
- `--mount-drive`: Get on/off status of Mount drives
|
||||
- `--lxuid`: Get LxUID key for this distro
|
||||
- `--wsl-version`: Get WSL Version 1/2 for this distro
|
||||
- `--default-term`: Get Default Terminal for this distro launcher
|
||||
- `--lxguid`: Get WSL GUID key for this distro
|
||||
|
||||
backup
|
||||
- Output backup.tar.gz to the current directory using tar command.
|
||||
backup [contents]
|
||||
- `--tgz`: Output backup.tar.gz to the current directory using tar command
|
||||
- `--reg`: Output settings registry file to the current directory
|
||||
|
||||
clean
|
||||
- Uninstall the distro.
|
||||
|
||||
Reference in New Issue
Block a user