Commit Graph

4 Commits

Author SHA1 Message Date
1a8aa96b7f fix(windows): avoid verbatim paths (#3638) 2022-02-23 18:32:35 -05:00
0965667807 ci: Use dprint to format documentation + TOML files (#3426)
Adds Rust-based standardized markdown formatting and a CI step to catch unformatted files.
2022-01-20 11:32:09 +03:00
d5a5ddf826 chore: hide warnings for additional known advisories (#3170) 2021-10-21 17:35:08 -04:00
1eaf996a36 fix(windows): avoid inadvertly running exes from cwd (#2885)
On Windows when running commands with their name instead of the path with Command::new, executable with that name from the current working directory will be executed.

This PR replaces all instances of Command::new with a new create_command function which will first resolve any executable paths and avoid this issue.
2021-07-16 15:20:59 -04:00