Files
dotfiles/dot_config/nushell/nu_scripts/custom-completions/auto-generate/completions/apt-file.nu
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00

14 lines
478 B
Nu

# Display help and exit
extern "apt-file" [
--help(-h) # Display help and exit
--verbose(-v) # Verbose mode
--cdrom-mount(-d) # Use cdrom-mount-point
--ignore-case(-i) # Do not expand pattern
--regexp(-x) # Pattern is regexp
--version(-V) # Display version and exit
--architecture(-a) # Set arch
--package-only(-l) # Only display package name
--fixed-string(-F) # Do not expand pattern
--dummy(-y) # Run in dummy mode
...args
]