ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Make CommandArgument::filenames more useful #74

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

I implemented the command parsing stuff long before #65 , and didn't have anything useful to map # and % onto. I'm going to make CommandArgument::filenames return OpenTarget so that it can handle them in a more useful way, and add a CommandArgument::strings method for things that just need to process quoted arguments into useful strings.