mirror of
https://github.com/yuk7/AlpineWSL.git
synced 2026-03-18 21:40:29 +01:00
README.md: update usage
This commit is contained in:
32
README.md
32
README.md
@@ -34,32 +34,32 @@ Usage :
|
||||
- Open a new shell with your default settings.
|
||||
|
||||
run <command line>
|
||||
- Run the given command line in that distro. Inherit current directory.
|
||||
- Run the given command line in that instance. Inherit current directory.
|
||||
|
||||
runp <command line (includes windows path)>
|
||||
- Run the path translated command line in that distro.
|
||||
- Run the given command line in that instance after converting its path.
|
||||
|
||||
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
|
||||
- `--default-user <user>`: Set the default user of this instance to <user>.
|
||||
- `--default-uid <uid>`: Set the default user uid of this instance to <uid>.
|
||||
- `--append-path <true|false>`: Switch of Append Windows PATH to $PATH
|
||||
- `--mount-drive <true|false>`: Switch of Mount drives
|
||||
- `--default-term <default|wt|flute>`: Set default type of 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
|
||||
- `--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
|
||||
- `--default-uid`: Get the default user uid in this instance.
|
||||
- `--append-path`: Get true/false status of Append Windows PATH to $PATH.
|
||||
- `--mount-drive`: Get true/false status of Mount drives.
|
||||
- `--wsl-version`: Get the version os the WSL (1/2) of this instance.
|
||||
- `--default-term`: Get Default Terminal type of this instance launcher.
|
||||
- `--lxguid`: Get WSL GUID key for this instance.
|
||||
|
||||
backup [contents]
|
||||
- `--tgz`: Output backup.tar.gz to the current directory using tar command
|
||||
- `--reg`: Output settings registry file to the current directory
|
||||
- `--tar`: Output backup.tar to the current directory.
|
||||
- `--reg`: Output settings registry file to the current directory.
|
||||
|
||||
clean
|
||||
- Uninstall the distro.
|
||||
- Uninstall that instance.
|
||||
|
||||
help
|
||||
- Print this usage message.
|
||||
|
||||
Reference in New Issue
Block a user