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

11 lines
146 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# print effective user name
export extern whoami [
--help(-h) # Print help
]
}
use completions *