forked from wslutilities/wslu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwslvar.1
56 lines (56 loc) · 1.39 KB
/
wslvar.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.TH "WSLVAR" "1" "DATEPLACEHOLDER" "VERSIONPLACEHOLDER" "WSL Utilities User Manual"
.SH NAME
.B wslvar
- Component of WSL Utilities
.SH SYNOPSIS
.B wslvar
.RB [ \-sl ]
.I NAME
.PP
.B wslvar
.RB [\-hvSL ]
.SH DESCRIPTION
This is a WSL tool to help you get Windows system environment variables.
.SH OPTIONS
.SS "Output Type Options"
.B -s, --sys
use data from system local & global variables.
.TP
.B -l, --shell
use data from Shell folder environment variables.
.SS "Other Options"
.TP
.B -h, --help
print a simple help.
.TP
.B -v, --version
print current version.
.TP
.B -S, --getsys
show available system local & global variables.
.TP
.B -L, --getshell
show available Shell folder environment variables.
.SH CONFIGURATION
.TP
.B WSLVAR_DEFAULT_VARTYPE
Default Type of variable to get when not specifying option. Default type is 1. Here are the available Types:
.nf
.in +4
1: User Shell Folders
2: Windows Environment Variables
.in
.fi
.SH AUTHOR
Created by Patrick Wu <[email protected]>
.SH REPORTING BUGS
Report bugs to <https://github.com/wslutilities/wslu/issues>;
For Ubuntu specific/related bugs, report to <https://bugs.launchpad.net/ubuntu/+source/wslu>.
.SH COPYRIGHT
This is free software; you can redistribute it and/or modify it under
the terms of the GNU GPL version 3 or (at your option) any later
version.
There is NO warranty; not even MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
.SH SEE ALSO
wslu(7)