mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
docs(c, cpp): add specific link to file an issue (#6829)
This commit is contained in:
@@ -695,7 +695,7 @@ The `commands` option accepts a list of commands to determine the compiler versi
|
||||
|
||||
Each command is represented as a list of the executable name, followed by its arguments, usually something like `['mycc', '--version']`. Starship will try executing each command until it gets a result on STDOUT.
|
||||
|
||||
If a C compiler is not supported by this module, you can request it by [raising an issue on GitHub](https://github.com/starship/starship/).
|
||||
If a C compiler is not supported by this module, you can request it by [raising an issue on GitHub](https://github.com/starship/starship/issues/new/choose).
|
||||
|
||||
### Example
|
||||
|
||||
@@ -744,7 +744,7 @@ The `commands` option accepts a list of commands to determine the compiler versi
|
||||
|
||||
Each command is represented as a list of the executable name, followed by its arguments, usually something like `['mycpp', '--version']`. Starship will try executing each command until it gets a result on STDOUT.
|
||||
|
||||
If a C++ compiler is not supported by this module, you can request it by [raising an issue on GitHub](https://github.com/starship/starship/).
|
||||
If a C++ compiler is not supported by this module, you can request it by [raising an issue on GitHub](https://github.com/starship/starship/issues/new/choose).
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user