mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 12:05:47 +00:00
option -info for listing WSL information
This commit is contained in:
parent
9fd7a1135b
commit
149b1a6f1a
@ -3,7 +3,17 @@
|
||||
contextmenu=false
|
||||
remove=false
|
||||
alldistros=true
|
||||
config=true
|
||||
|
||||
case "`basename $0`" in
|
||||
wsl*)
|
||||
config=false;;
|
||||
esac
|
||||
|
||||
case "$1" in
|
||||
-info)
|
||||
config=false
|
||||
shift;;
|
||||
-shortcuts-remove)
|
||||
remove=true
|
||||
shift;;
|
||||
@ -154,7 +164,7 @@ do
|
||||
target='%LOCALAPPDATA%\wsltty\bin\mintty.exe'
|
||||
bridgeargs=" "
|
||||
|
||||
if $ok
|
||||
if $ok && $config
|
||||
then
|
||||
export target minttyargs bridgeargs icon
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user