mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
Add aws_completer.exe into the path (#1786)
* Add aws_completer.exe into the path Enable aws_completer as a binary to add to the path to support tooling that enables auto completion on the command line. * fix formatting Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * fix formatting error Co-authored-by: Pratik Chowdhury <pratikc@live.co.uk> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
2c0d6c9e79
commit
74cecbbad2
@ -10,7 +10,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "Amazon\\AWSCLIV2",
|
"extract_dir": "Amazon\\AWSCLIV2",
|
||||||
"bin": "aws.exe",
|
"bin": [
|
||||||
|
"aws.exe",
|
||||||
|
"aws_completer.exe"
|
||||||
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://api.github.com/repos/aws/aws-cli/tags",
|
"url": "https://api.github.com/repos/aws/aws-cli/tags",
|
||||||
"jsonpath": "$[0].name"
|
"jsonpath": "$[0].name"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user