shitbox/pkg/usr/share/nu/completions/true.nu

11 lines
169 B
Plaintext

module completions {
# Does nothing successfully
export extern true [
--help(-h) # Print help (see more with '--help')
]
}
use completions *