1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Rename help_parser => uuhelp_parser

This commit is contained in:
Sylvestre Ledru 2023-06-01 20:38:55 +02:00
parent c8b4e06828
commit e3cb5a111d
7 changed files with 16 additions and 16 deletions

View file

@ -31,7 +31,7 @@ windows = [ "feat_os_windows" ]
nightly = []
test_unimplemented = []
# * only build `uudoc` when `--feature uudoc` is activated
uudoc = ["zip", "dep:help_parser"]
uudoc = ["zip", "dep:uuhelp_parser"]
## features
# "feat_acl" == enable support for ACLs (access control lists; by using`--features feat_acl`)
# NOTE:
@ -358,7 +358,7 @@ selinux = { workspace=true, optional = true }
textwrap = { workspace=true }
zip = { workspace=true, optional = true }
help_parser = { path="src/help_parser", optional = true }
uuhelp_parser = { path="src/uuhelp_parser", optional = true }
# * uutils
uu_test = { optional=true, version="0.0.19", package="uu_test", path="src/uu/test" }