mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
Merge pull request #4398 from cakebaker/uudoc_simplify_about_text_generation
uudoc, uucore_procs: move markdown parsing to HelpParser
This commit is contained in:
commit
19add3a4bd
7 changed files with 281 additions and 284 deletions
|
@ -31,7 +31,7 @@ windows = [ "feat_os_windows" ]
|
|||
nightly = []
|
||||
test_unimplemented = []
|
||||
# * only build `uudoc` when `--feature uudoc` is activated
|
||||
uudoc = ["zip"]
|
||||
uudoc = ["zip", "dep:help_parser"]
|
||||
## features
|
||||
# "feat_acl" == enable support for ACLs (access control lists; by using`--features feat_acl`)
|
||||
# NOTE:
|
||||
|
@ -358,6 +358,8 @@ selinux = { workspace=true, optional = true }
|
|||
textwrap = { workspace=true }
|
||||
zip = { workspace=true, optional = true }
|
||||
|
||||
help_parser = { path="src/help_parser", optional = true }
|
||||
|
||||
# * uutils
|
||||
uu_test = { optional=true, version="0.0.18", package="uu_test", path="src/uu/test" }
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue