mtkennerly / shawl

Windows service wrapper for arbitrary commands
MIT License
448 stars 15 forks source link

Question on argument handling #16

Closed ahirner closed 2 years ago

ahirner commented 2 years ago

I'm trying to better understand run_service to possibly extend and contribute. Hence, I'm wondering why start_arguments are not used to parse the Cli but ::from_args().

Wouldn't the other way around be more idiomatic or am I missing some caveat here?

ahirner commented 2 years ago

NVM, start_arguments are from a different origin than I expected... Thx for the crate!