Skip to content

Commit

Permalink
Merge pull request #4926 from sylvestre/new-release
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
sylvestre committed Jun 4, 2023
2 parents 126bbba + 9f38142 commit abfceda
Show file tree
Hide file tree
Showing 115 changed files with 360 additions and 350 deletions.
226 changes: 113 additions & 113 deletions Cargo.lock

Large diffs are not rendered by default.

218 changes: 109 additions & 109 deletions Cargo.toml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/bin/uudoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore tldr
// spell-checker:ignore tldr uuhelp

use clap::Command;
use std::collections::HashMap;
Expand Down Expand Up @@ -178,7 +178,7 @@ impl<'a, 'b> MDWriter<'a, 'b> {

fn usage(&mut self) -> io::Result<()> {
if let Some(markdown) = &self.markdown {
let usage = help_parser::parse_usage(markdown);
let usage = uuhelp_parser::parse_usage(markdown);
let usage = usage.replace("{}", self.name);

writeln!(self.w, "\n```")?;
Expand All @@ -191,15 +191,15 @@ impl<'a, 'b> MDWriter<'a, 'b> {

fn about(&mut self) -> io::Result<()> {
if let Some(markdown) = &self.markdown {
writeln!(self.w, "{}", help_parser::parse_about(markdown))
writeln!(self.w, "{}", uuhelp_parser::parse_about(markdown))
} else {
Ok(())
}
}

fn after_help(&mut self) -> io::Result<()> {
if let Some(markdown) = &self.markdown {
if let Some(after_help) = help_parser::parse_section("after help", markdown) {
if let Some(after_help) = uuhelp_parser::parse_section("after help", markdown) {
return writeln!(self.w, "\n\n{after_help}");
}
}
Expand Down
5 changes: 0 additions & 5 deletions src/help_parser/Cargo.toml

This file was deleted.

2 changes: 1 addition & 1 deletion src/uu/arch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_arch"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "arch ~ (uutils) display machine architecture"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/base32/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_base32"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/base64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_base64"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/basename/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_basename"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/basenc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_basenc"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "basenc ~ (uutils) decode/encode input"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/cat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_cat"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "cat ~ (uutils) concatenate and display input"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/chcon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chcon"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "chcon ~ (uutils) change file security context"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/chgrp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chgrp"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "chgrp ~ (uutils) change the group ownership of FILE"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/chmod/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chmod"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "chmod ~ (uutils) change mode of FILE"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/chown/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chown"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "chown ~ (uutils) change the ownership of FILE"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/chroot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chroot"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "chroot ~ (uutils) run COMMAND under a new root directory"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/cksum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_cksum"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "cksum ~ (uutils) display CRC and size of input"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/comm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_comm"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "comm ~ (uutils) compare sorted inputs"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/cp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_cp"
version = "0.0.18"
version = "0.0.19"
authors = [
"Jordy Dickinson <jordy.dickinson@gmail.com>",
"Joshua S. Miller <jsmiller@uchicago.edu>",
Expand Down
2 changes: 1 addition & 1 deletion src/uu/csplit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_csplit"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "csplit ~ (uutils) Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ..., and output byte counts of each piece to standard output"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/cut/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_cut"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "cut ~ (uutils) display byte/field columns of input lines"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/date/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# spell-checker:ignore humantime
[package]
name = "uu_date"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "date ~ (uutils) display or set the current time"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/dd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_dd"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "dd ~ (uutils) copy and convert files"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/df/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_df"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "df ~ (uutils) display file system information"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/dir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_dir"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "shortcut to ls -C -b"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/dircolors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_dircolors"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "dircolors ~ (uutils) display commands to set LS_COLORS"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/dirname/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_dirname"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "dirname ~ (uutils) display parent directory of PATHNAME"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/du/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_du"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "du ~ (uutils) display disk usage"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/echo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_echo"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "echo ~ (uutils) display TEXT"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_env"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/expand/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_expand"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "expand ~ (uutils) convert input tabs to spaces"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/expr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_expr"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "expr ~ (uutils) display the value of EXPRESSION"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/factor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_factor"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "factor ~ (uutils) display the prime factors of each NUMBER"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/false/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_false"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "false ~ (uutils) do nothing and fail"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/fmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_fmt"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "fmt ~ (uutils) reformat each paragraph of input"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/fold/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_fold"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "fold ~ (uutils) wrap each line of input"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/groups/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_groups"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "groups ~ (uutils) display group memberships for USERNAME"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/hashsum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_hashsum"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "hashsum ~ (uutils) display or check input digests"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/head/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_head"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "head ~ (uutils) display the first lines of input"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/hostid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_hostid"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "hostid ~ (uutils) display the numeric identifier of the current host"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/hostname/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_hostname"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "hostname ~ (uutils) display or set the host name of the current host"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/id/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_id"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "id ~ (uutils) display user and group information for USER"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/install/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_install"
version = "0.0.18"
version = "0.0.19"
authors = [
"Ben Eills <ben@beneills.com>",
"uutils developers",
Expand Down
2 changes: 1 addition & 1 deletion src/uu/join/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_join"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "join ~ (uutils) merge lines from inputs with matching join fields"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/kill/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_kill"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "kill ~ (uutils) send a signal to a process"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/link/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_link"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "link ~ (uutils) create a hard (file system) link to FILE"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/ln/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_ln"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "ln ~ (uutils) create a (file system) link to TARGET"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/logname/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_logname"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "logname ~ (uutils) display the login name of the current user"
Expand Down
2 changes: 1 addition & 1 deletion src/uu/ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_ls"
version = "0.0.18"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "ls ~ (uutils) display directory contents"
Expand Down
Loading

0 comments on commit abfceda

Please sign in to comment.