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

12 lines
216 B
Plaintext

module completions {
# print the numeric identifier for the current host
export extern hostid [
--help(-h) # Print help
--version(-V) # Print version
]
}
use completions *