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

12 lines
191 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# print user's login name
export extern logname [
--help(-h) # Print help
--version(-V) # Print version
]
}
use completions *