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

12 lines
193 B
Plaintext

module completions {
# clear the terminal's screen
export extern clear [
--help(-h) # Print help
--version(-V) # Print version
]
}
use completions *