Files
dotfiles/dot_config/nushell/nu_scripts/custom-completions/auto-generate/completions/apt-rdepends.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

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
]