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

12 lines
189 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# factor numbers
export extern factor [
...number: string # the numbers to factor
--help(-h) # Print help
]
}
use completions *