Terts Diepraam
|
9c8e865b55
|
all: enable infer long arguments in clap
|
2022-01-29 02:06:29 +01:00 |
|
Terts Diepraam
|
55a47f6fc0
|
Merge pull request #2863 from tertsdiepraam/clap-3
Clap 3
|
2022-01-20 23:14:52 +01:00 |
|
Roy Ivy III
|
2e251f91f1
|
0.0.12
|
2022-01-19 05:35:00 -06:00 |
|
Terts Diepraam
|
8872485922
|
Merge branch 'main' into clap-3
|
2022-01-17 13:25:51 +01:00 |
|
Sylvestre Ledru
|
1fbda8003c
|
coreutils 0.0.8 => 0.0.9, uucore_procs 0.0.7 => 0.0.8, uucore 0.0.10 => 0.0.11
|
2022-01-16 17:05:48 +01:00 |
|
Terts Diepraam
|
fb1f9ecf80
|
basenc: clap 3
|
2022-01-11 19:16:47 +01:00 |
|
Roy Ivy III
|
f20aa49821
|
maint/CICD ~ (GHA) fix cargo-udeps false positives (add 'ignore' exceptions to sub-crates)
|
2021-11-19 17:55:02 -06:00 |
|
Sylvestre Ledru
|
b5977021bc
|
Fix the uu_base32 dep
|
2021-10-24 00:12:05 +02:00 |
|
Sylvestre Ledru
|
59e9870c56
|
Prepare version 0.0.8
|
2021-10-23 19:21:50 +02:00 |
|
Thomas Queiroz
|
00c9710206
|
uucore_procs+uu: specify uucore::show_error
This allows crates to use `#[uucore_procs::gen_uumain]` without `use uucore::show_error` or
#[macro_use]
extern crate uucore;
Removed unecessary usage
|
2021-10-04 19:53:16 -03:00 |
|
Thomas Queiroz
|
b924774c8a
|
basenc: use UResult
|
2021-10-02 23:17:16 -03:00 |
|
Sylvestre Ledru
|
7eaae75bfc
|
add a github action job to identify unused deps
|
2021-09-15 12:06:50 +02:00 |
|
Jan Verbeek
|
60df3c6b7c
|
uucore: Cache args_os(), util_name(), execution_phrase()
And remove args() because there's no valid use for it, invalid unicode
handling is specified in a different way.
|
2021-09-07 18:51:25 +02:00 |
|
Michael Debertol
|
252220e9eb
|
refactor/uucore ~ make util_name and execution_phrase functions
Since util_name and execution_phrase no longer rely on features that are
only available to macros, they may as well be plain functions.
|
2021-08-14 17:55:18 +02:00 |
|
Michael Debertol
|
813b477859
|
fix ~ fixes for newly added utilities
|
2021-08-14 14:10:35 +02:00 |
|
Michael Debertol
|
b8c383e210
|
basenc: add utility
basenc is a brand-new gnu core utility (added less than 3 years ago!),
which enables some more encodings.
|
2021-08-06 00:07:19 +02:00 |
|