Kevin K.
Kevin K.
Sorry all, I just saw this! I'm totally fine with adding a native `cargo outdated` command! 😄 I haven't had much time to work on my open source projects lately...
cc @deg4uss3r
At least on bash and ZSH the # character denotes a comment and isn't passed to the program. ``` $ echo foo @bar #baz foo @bar ```
@nabijaczleweli Sorry not yet, I've been spending my limited spare time on clap. I'm hoping to get some of this looked at early next week.
> I was wondering what's the point of having the follow_links options? I can't remember why I originally added it, but it wasn't really meant to do anything too sophisticated...
@rabisg I apologize, I've had other projects and my day job take priority here. I'd be more than happy to take a PR on this.
From the help message: ``` -e, --exclude ... Files or directories to exclude (automatically includes '.git') --utf8-rule Sets the UTF-8 parsing rule (Defaults to 'strict') [values: ignore lossy strict] ```...
I need to update all these packages and am looking into whether or not cargo `workspaces` would help as well. Standby for updates soon :wink:
Will do, thanks!
Good idea! I need to go through and update each of these anyways so I'll add it in that pr.