coreutils/src
Jeffrey Finkelstein e691330f02 mktemp: return MkTempError from parse_template()
Change the return type of the `parse_template()` helper function in
the `mktemp` program so that it returns `Result<..., MkTempError>`
instead of `UResult<...>`. This separates the lower level helper
function from the higher level `UResult` abstraction and will make it
easier to refactor this code in future commits.
2022-05-05 17:58:37 -04:00
..
bin docs: don't download the tldr archive (#3415) 2022-04-17 21:33:51 +02:00
uu mktemp: return MkTempError from parse_template() 2022-05-05 17:58:37 -04:00
uucore uucore/error: add custom exit codes for clap errors 2022-05-04 21:32:04 +02:00
uucore_procs Change edition to 2021 2022-04-05 10:39:31 +02:00