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

12 lines
191 B
Plaintext

module completions {
# print user's login name
export extern logname [
--help(-h) # Print help
--version(-V) # Print version
]
}
use completions *