mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
maint/dev ~ fix 'util'/'uutil' target aliasing for cargo make ...
This commit is contained in:
parent
137b26def6
commit
e07e5c9cd0
1 changed files with 5 additions and 1 deletions
|
@ -260,7 +260,11 @@ dependencies = [
|
|||
]
|
||||
|
||||
[tasks.uutil]
|
||||
alias = "utils"
|
||||
description = "hidden alias for 'util'"
|
||||
category = "[project]"
|
||||
dependencies = [
|
||||
"util",
|
||||
]
|
||||
|
||||
[tasks.uutils]
|
||||
description = "hidden plural-form alias for 'util'"
|
||||
|
|
Loading…
Reference in a new issue