mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
14 lines
478 B
Nu
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
|
|
] |