Skip to content

Commit

Permalink
45752/0002: _gcc: Complete --output like -o.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshahaf committed May 2, 2020
1 parent 071d795 commit 57a3a9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2020-05-02 Daniel Shahaf <d.s@daniel.shahaf.name>

* 45752/0002: Completion/Unix/Command/_gcc: Complete --output
like -o.

* 45752/0001: Completion/Unix/Command/_gcc: Add .cpp and .hpp
to the ignored extensions list.

Expand Down
2 changes: 1 addition & 1 deletion Completion/Unix/Command/_gcc
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ args+=(
'--help[Display this information]'
'--no-warnings[Same as -w]'
'--optimize[Same as -O]'
'--output[Same as -o]'
'--output:output file:_files -g "^*.(c|h|cc|C|cxx|cpp|hpp)(-.)"'
'--param[Set parameter <param> to value. See manpage for a complete list of parameters]:name=value'
'--verbose[Same as -v]'
'--version[Display version information]'
Expand Down

0 comments on commit 57a3a9a

Please sign in to comment.