mirror of
https://github.com/denisidoro/navi
synced 2024-11-24 04:23:06 +00:00
Bump to 2.22.0 (#823)
This commit is contained in:
parent
4f63f30ed7
commit
a72add9d80
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -429,7 +429,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "navi"
|
||||
version = "2.21.0"
|
||||
version = "2.22.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "navi"
|
||||
version = "2.21.0"
|
||||
version = "2.22.0"
|
||||
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
|
||||
edition = "2021"
|
||||
description = "An interactive cheatsheet tool for the command-line"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# trivial case -> "foo"
|
||||
echo "foo"
|
||||
|
||||
# map -> "_foo_"
|
||||
# map with underscores -> "_foo_"
|
||||
echo "<map1>"
|
||||
|
||||
# expand -> "foo"
|
||||
|
|
Loading…
Reference in a new issue