Fix non-exported completions (#815)

ack, as, and tar were not exported
This commit is contained in:
Miles Cranmer 2024-04-12 00:56:18 +01:00 committed by GitHub
parent b1019dab18
commit 2d3406b526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# copied from auto-generated completions
extern "ack" [
export extern "ack" [
--ignore-case(-i) # Ignore case
--smart-case # Ignore case when pattern contains no uppercase
--no-smart-case # Dont ignore case

View File

@ -1,5 +1,5 @@
# Omit false conditionals
extern "as" [
export extern "as" [
--alternate # Initially turn on alternate macro syntax
--nocompress-debug-sections # Dont compress DWARF debug sections
--execstack # Require executable stack for this object
@ -33,7 +33,7 @@ extern "as" [
]
# Generate ELF common symbols with STT_COMMON type
extern "as yes no" [
export extern "as yes no" [
--alternate # Initially turn on alternate macro syntax
--nocompress-debug-sections # Dont compress DWARF debug sections
--execstack # Require executable stack for this object

View File

@ -1,5 +1,5 @@
# Append archive to archive
extern "tar" [
export extern "tar" [
--concatenate(-A) # Append archive to archive
--create(-c) # Create archive
--compare(-d) # Compare archive and filesystem