mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-07-30 21:57:44 +00:00
parent
b1019dab18
commit
2d3406b526
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue