-
-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clap derive #1067
Clap derive #1067
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6655356 - Browse repository at this point
Copy the full SHA 6655356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d6f55 - Browse repository at this point
Copy the full SHA 45d6f55View commit details
Commits on Oct 8, 2022
-
Use clap-derive for option parsing
This makes the definition of arguments to fd a little more ergonomic, and makes it easier to insure the types for the arguments are consitent.
Configuration menu - View commit details
-
Copy full SHA for 4e7b403 - Browse repository at this point
Copy the full SHA 4e7b403View commit details -
Improve help output after switch to clap-derive
Make it more like it used to be.
Configuration menu - View commit details
-
Copy full SHA for b7f5f4a - Browse repository at this point
Copy the full SHA b7f5f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 066ce41 - Browse repository at this point
Copy the full SHA 066ce41View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f4805 - Browse repository at this point
Copy the full SHA e6f4805View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7336b - Browse repository at this point
Copy the full SHA ff7336bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a50e417 - Browse repository at this point
Copy the full SHA a50e417View commit details
Commits on Oct 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f4c34b8 - Browse repository at this point
Copy the full SHA f4c34b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b9e302 - Browse repository at this point
Copy the full SHA 5b9e302View commit details -
Configuration menu - View commit details
-
Copy full SHA for c41d61e - Browse repository at this point
Copy the full SHA c41d61eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c3349 - Browse repository at this point
Copy the full SHA 86c3349View commit details -
Actually test if exec or exec-batch is used
By the time we check if we should strip the cwd, we've already moved the command out of the options, so store if we got that out earlier.
Configuration menu - View commit details
-
Copy full SHA for aca64c0 - Browse repository at this point
Copy the full SHA aca64c0View commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 10ecb64 - Browse repository at this point
Copy the full SHA 10ecb64View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf1a6f6 - Browse repository at this point
Copy the full SHA bf1a6f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b1470 - Browse repository at this point
Copy the full SHA c0b1470View commit details
Commits on Oct 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c211588 - Browse repository at this point
Copy the full SHA c211588View commit details -
Change thread option to take u32 instead of usize
To simplify the option parsing.
Configuration menu - View commit details
-
Copy full SHA for b6f0088 - Browse repository at this point
Copy the full SHA b6f0088View commit details
Commits on Oct 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aec1256 - Browse repository at this point
Copy the full SHA aec1256View commit details
Commits on Oct 20, 2022
-
In favor of tracking scoped threads in sharkdp#1141
Configuration menu - View commit details
-
Copy full SHA for a3622ba - Browse repository at this point
Copy the full SHA a3622baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3782278 - Browse repository at this point
Copy the full SHA 3782278View commit details
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8500c31 - Browse repository at this point
Copy the full SHA 8500c31View commit details -
Make help output more like what it was before use clap_derive
In particular, we specifically use `long_help` instead of doc comments because using doc comments will always trim the "." off the end of the first paragraph, and will include the short help as the first paragraph of the full help.
Configuration menu - View commit details
-
Copy full SHA for 36ee44a - Browse repository at this point
Copy the full SHA 36ee44aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 169d22f - Browse repository at this point
Copy the full SHA 169d22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f72ef4 - Browse repository at this point
Copy the full SHA 3f72ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd48d4 - Browse repository at this point
Copy the full SHA ebd48d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55029e8 - Browse repository at this point
Copy the full SHA 55029e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5771e74 - Browse repository at this point
Copy the full SHA 5771e74View commit details