mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-02 15:31:56 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
11 lines
359 B
Nu
11 lines
359 B
Nu
# Display help and exit
|
|
extern "apt-rdepends" [
|
|
--help # Display help and exit
|
|
--build-depends(-b) # Show build dependencies
|
|
--dotty(-d) # Generate a dotty graph
|
|
--print-state(-p) # Show state of dependencies
|
|
--reverse(-r) # List packages depending on
|
|
--man # Display man page
|
|
--version # Display version and exit
|
|
...args
|
|
] |