rust-dc / fish-manpage-completions

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

Stab at esc_char and quoted_arg in deroff. #58

Closed sstanfield closed 4 years ago

sstanfield commented 4 years ago

Not sure about the interface I am using, went with &str in &str out (or Option wrapped to indicate nothing changed/false). Maybe the s member of deroff should be used but some stuff seemed to be going this route. The quoted_arg return type probably needs to change if this interface stands.