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

11 lines
157 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# Denies a user account login ability
export extern nologin [
--help(-h) # Print help
]
}
use completions *