| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| .map(|s| s.to_string()) | ||
| .collect::<Vec<_>>() | ||
| .to_vec(); | ||
| let (username, path, command_args) = match matches.get_one::<String>("user") { |
There was a problem hiding this comment.
maybe move this into a function?
Sorry, something went wrong.
There was a problem hiding this comment.
Just to clarify, do you mean the parsing for username, path and command_args or the entirety of the args parsing?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I've implemented a basic version of runuser and I feel honored to be able to share it.
This is my first ever contribution and I was a bit hesitant to share it because of how complex the argument parsing was, but it came out well.