mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
deps: update parse version
This commit is contained in:
parent
f9aa0e6727
commit
9c8cf93917
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -257,9 +257,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pay-respects-parser"
|
name = "pay-respects-parser"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "61bbafecf4ad11407c7c6034a1cdfe660e67a3fd62fc75ad7d5f9ea23dfc8efe"
|
checksum = "3793a4fca8bb4230c885f12e99334dc25d2dce37299464886bda265cba24e365"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ regex-lite = "0.1"
|
||||||
toml = { version = "0.7", optional = true }
|
toml = { version = "0.7", optional = true }
|
||||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||||
|
|
||||||
pay-respects-parser = "0.2.4"
|
pay-respects-parser = "0.2.5"
|
||||||
# pay-respects-parser = { path = "../pay-respects-parser" }
|
# pay-respects-parser = { path = "../pay-respects-parser" }
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -176,7 +176,7 @@ pub fn initialization(shell: &str, binary_path: &str, auto_alias: &str) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if shell == "nu" || shell == "nush" || shell == "nushell"{
|
if shell == "nu" || shell == "nush" || shell == "nushell" {
|
||||||
let pr_alias = if auto_alias.is_empty() {
|
let pr_alias = if auto_alias.is_empty() {
|
||||||
"f"
|
"f"
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -184,7 +184,7 @@ pub fn initialization(shell: &str, binary_path: &str, auto_alias: &str) {
|
||||||
};
|
};
|
||||||
|
|
||||||
let init = format!(
|
let init = format!(
|
||||||
r#"def --env {} [] {{
|
r#"def --env {} [] {{
|
||||||
let dir = (with-env {{ _PR_LAST_COMMAND: {}, _PR_ALIAS: {}, _PR_SHELL: nu }} {{ {} }})
|
let dir = (with-env {{ _PR_LAST_COMMAND: {}, _PR_ALIAS: {}, _PR_SHELL: nu }} {{ {} }})
|
||||||
cd $dir
|
cd $dir
|
||||||
}}"#,
|
}}"#,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue