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

12 lines
216 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# print the numeric identifier for the current host
export extern hostid [
--help(-h) # Print help
--version(-V) # Print version
]
}
use completions *