mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
Meta/ShellCompletions: Mention $SERENITY_ARCH in target completions
This commit is contained in:
parent
418f1f82e7
commit
97c95eca88
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ _serenity() {
|
||||||
|
|
||||||
local targets
|
local targets
|
||||||
targets=(
|
targets=(
|
||||||
'x86_64:Target x86_64 (default)'
|
'x86_64:Target x86_64 or $SERENITY_ARCH (default)'
|
||||||
'aarch64:Target aarch64'
|
'aarch64:Target aarch64'
|
||||||
'lagom:Target host machine'
|
'lagom:Target host machine'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue