You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/completion/mas.fish
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -31,18 +31,18 @@ complete -c mas -n "__fish_seen_subcommand_from config" -l markdown -d "Output a
31
31
complete-c mas -n"__fish_use_subcommand"-f-ahelp-d"Display general or command-specific help"
32
32
complete-c mas -n"__fish_seen_subcommand_from help"-xa"help"
33
33
### home
34
-
complete-c mas -n"__fish_use_subcommand"-f-a home -d"Open app's Mac App Store web page in the default web browser"
34
+
complete-c mas -n"__fish_use_subcommand"-f-a home -d"Open Mac App Store app pages in the default web browser"
35
35
complete-c mas -n"__fish_seen_subcommand_from help"-xa"home"
36
36
complete-c mas -n"__fish_seen_subcommand_from home info install open purchase vendor"-xa"(__fish_mas_list_available)"
37
37
### info
38
38
complete-c mas -n"__fish_use_subcommand"-f-a info -d"Display app information from the Mac App Store"
39
39
complete-c mas -n"__fish_seen_subcommand_from help"-xa"info"
40
40
### install
41
-
complete-c mas -n"__fish_use_subcommand"-f-a install -d"Install previously purchased app(s) from the Mac App Store"
41
+
complete-c mas -n"__fish_use_subcommand"-f-a install -d"Install previously purchased apps from the Mac App Store"
42
42
complete-c mas -n"__fish_seen_subcommand_from help"-xa"install"
43
43
complete-c mas -n"__fish_seen_subcommand_from install lucky"-l force -d"Force reinstall"
44
44
### list
45
-
complete-c mas -n"__fish_use_subcommand"-f-a list -d"List apps installed from the Mac App Store"
45
+
complete-c mas -n"__fish_use_subcommand"-f-a list -d"List all apps installed from the Mac App Store"
46
46
complete-c mas -n"__fish_seen_subcommand_from help"-xa"list"
47
47
### lucky
48
48
complete-c mas -n"__fish_use_subcommand"-f-a lucky -d"Install the first app returned from searching the Mac App Store (app must have been previously purchased)"
@@ -55,7 +55,7 @@ complete -c mas -n "__fish_use_subcommand" -f -a outdated -d "List pending app u
55
55
complete-c mas -n"__fish_seen_subcommand_from help"-xa"outdated"
56
56
complete-c mas -n"__fish_seen_subcommand_from outdated"-l verbose -d"Display warnings about app IDs unknown to the Mac App Store"
57
57
### purchase
58
-
complete-c mas -n"__fish_use_subcommand"-f-a purchase -d"\"Purchase\"and install free apps from the Mac App Store"
58
+
complete-c mas -n"__fish_use_subcommand"-f-a purchase -d"\"Purchase\"& install free apps from the Mac App Store"
59
59
complete-c mas -n"__fish_seen_subcommand_from help"-xa"purchase"
60
60
### region
61
61
complete-c mas -n"__fish_use_subcommand"-f-a region -d"Display the region of the Mac App Store"
@@ -65,7 +65,7 @@ complete -c mas -n "__fish_use_subcommand" -f -a reset -d "Reset Mac App Store r
65
65
complete-c mas -n"__fish_seen_subcommand_from help"-xa"reset"
66
66
complete-c mas -n"__fish_seen_subcommand_from reset"-l debug -d"Output debug information"
67
67
### search
68
-
complete-c mas -n"__fish_use_subcommand"-f-a search -d"Search for apps from the Mac App Store"
68
+
complete-c mas -n"__fish_use_subcommand"-f-a search -d"Search for apps in the Mac App Store"
69
69
complete-c mas -n"__fish_seen_subcommand_from help"-xa"search"
70
70
complete-c mas -n"__fish_seen_subcommand_from search"-l price -d"Display the price of each app"
71
71
### signin
@@ -76,16 +76,16 @@ complete -c mas -n "__fish_seen_subcommand_from signin" -l dialog -d "Provide pa
76
76
complete-c mas -n"__fish_use_subcommand"-f-a signout -d"Sign out of the Apple Account currently signed in to the Mac App Store"
77
77
complete-c mas -n"__fish_seen_subcommand_from help"-xa"signout"
78
78
### uninstall
79
-
complete-c mas -n"__fish_use_subcommand"-f-a uninstall -d"Uninstall app installed from the Mac App Store"
79
+
complete-c mas -n"__fish_use_subcommand"-f-a uninstall -d"Uninstall apps installed from the Mac App Store"
80
80
complete-c mas -n"__fish_seen_subcommand_from help"-xa"uninstall"
81
81
complete-c mas -n"__fish_seen_subcommand_from uninstall"-l dry-run -d"Perform dry run"
82
82
complete-c mas -n"__fish_seen_subcommand_from uninstall"-x-a"(__fish_mas_list_installed)"
83
83
### upgrade
84
-
complete-c mas -n"__fish_use_subcommand"-f-a upgrade -d"Upgrade outdated app(s) from the Mac App Store"
84
+
complete-c mas -n"__fish_use_subcommand"-f-a upgrade -d"Upgrade outdated apps installed from the Mac App Store"
85
85
complete-c mas -n"__fish_seen_subcommand_from help"-xa"upgrade"
86
86
complete-c mas -n"__fish_seen_subcommand_from upgrade"-x-a"(__fish_mas_outdated_installed)"
87
87
### vendor
88
-
complete-c mas -n"__fish_use_subcommand"-f-a vendor -d"Open vendor's app web page in the default web browser"
88
+
complete-c mas -n"__fish_use_subcommand"-f-a vendor -d"Open apps' vendor pages in the default web browser"
89
89
complete-c mas -n"__fish_seen_subcommand_from help"-xa"vendor"
90
90
### version
91
91
complete-c mas -n"__fish_use_subcommand"-f-a version -d"Display version number"
0 commit comments