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

14 lines
304 B
Plaintext

module completions {
# compute and check SHA1 message digest
export extern sha224sum [
--check(-c) # read checksums from the FILEs and check them
...file: string
--help(-h) # Print help
--version(-V) # Print version
]
}
use completions *