Skip to content

Commit

Permalink
env: implement -[v]S / --split-string functionality (squash)
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Feb 10, 2024
1 parent da139c9 commit cc5ddbc
Show file tree
Hide file tree
Showing 12 changed files with 2,146 additions and 187 deletions.
1 change: 1 addition & 0 deletions .vscode/cspell.dictionaries/shell.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ sudoedit
tcsh
tzselect
urandom
VARNAME
wtmp
zsh

Expand Down
44 changes: 33 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/uu/env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ path = "src/env.rs"
clap = { workspace = true }
rust-ini = { workspace = true }
uucore = { workspace = true, features = ["signals"] }
memchr = "2.7.1"
static_assertions = "1.1.0"

[target.'cfg(unix)'.dependencies]
nix = { workspace = true, features = ["signal"] }
Expand Down
Loading

0 comments on commit cc5ddbc

Please sign in to comment.