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

13 lines
212 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# display current group names
export extern groups [
user?: string
--help(-h) # Print help
--version(-V) # Print version
]
}
use completions *