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

8 lines
281 B
Nu

# print help message and ant help
extern "ant" [
--h # print help message and ant help
--noconfig # suppress sourcing of configuration files
--usejikes # enable use of jikes by default
--execdebug # print ant exec line generated by this launch script
...args
]