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

15 lines
315 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# set the label of a swap filesystem
export extern swaplabel [
--label(-L): string # set the label
-l: string # set the label
device: string
--help(-h) # Print help
--version(-V) # Print version
]
}
use completions *