rust-dc / fish-manpage-completions

Straight port of fish-shell's Python manpage completion script to Rust
19 stars 8 forks source link

Implement 'number' (baby steps) #79

Closed rschmertz closed 4 years ago

rschmertz commented 4 years ago

Implemented what will be the first of a number of pretty similar functions returning an Option<& str>. If it checks out, similar ones (word, others) should be straightforward.

pickfire commented 4 years ago

@rschmertz I have updated the patch to use bool and resolve the merge conflict. Thanks for sending in the patch.