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

11 lines
169 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# Does nothing successfully
export extern true [
--help(-h) # Print help (see more with '--help')
]
}
use completions *