Skip to content

Commit

Permalink
Update bash completion script
Browse files Browse the repository at this point in the history
Update bash completion script to include the --stream-protocol option.
  • Loading branch information
qtc-de committed Dec 30, 2021
1 parent c648674 commit 0f2785d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/bash_completion.d/rmg
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function _rmg() {
opts="$opts --gopher"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stream-protocol"
opts="$opts --encode"
opts="$opts --raw"
opts="$opts --bind-objid"
Expand Down Expand Up @@ -89,6 +90,7 @@ function _rmg() {
opts="$opts --gopher"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stream-protocol"
opts="$opts --encode"
opts="$opts --raw"
opts="$opts --config"
Expand Down Expand Up @@ -125,6 +127,7 @@ function _rmg() {
opts="$opts --gopher"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stream-protocol"
opts="$opts --encode"
opts="$opts --raw"
opts="$opts --position"
Expand Down Expand Up @@ -173,6 +176,7 @@ function _rmg() {
opts="$opts --gopher"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stream-protocol"
opts="$opts --encode"
opts="$opts --raw"
opts="$opts --localhost-bypass"
Expand Down Expand Up @@ -363,6 +367,7 @@ function _rmg() {
opts="$opts --gopher"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stream-protocol"
opts="$opts --encode"
opts="$opts --raw"
opts="$opts --position"
Expand Down Expand Up @@ -400,6 +405,7 @@ function _rmg() {
opts="$opts --gopher"
opts="$opts --ssrf"
opts="$opts --ssrf-response"
opts="$opts --stream-protocol"
opts="$opts --encode"
opts="$opts --raw"
opts="$opts --localhost-bypass"
Expand Down

0 comments on commit 0f2785d

Please sign in to comment.