Skip to content

Commit

Permalink
Update completion script
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni authored Jul 8, 2019
1 parent fb4b1be commit e4af1a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion completion/bash/http.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
_dcos_http() {
local flags=(
"--data"
"--header"
"--include"
"--request="
)

Expand Down Expand Up @@ -42,4 +44,4 @@ _dcos_http() {
esac
return

}
}

0 comments on commit e4af1a3

Please sign in to comment.