mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +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",
|
||||
"bin": "aws.exe",
|
||||
"bin": [
|
||||
"aws.exe",
|
||||
"aws_completer.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://api.github.com/repos/aws/aws-cli/tags",
|
||||
"jsonpath": "$[0].name"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user