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

11 lines
146 B
Plaintext

module completions {
# print effective user name
export extern whoami [
--help(-h) # Print help
]
}
use completions *