Skip to content

Commit 10b0442

Browse files
committed
Implement eval
1 parent 17d5f19 commit 10b0442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sush"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The dev-* branches are deprecated since the main branch is not synchronized to t
107107
| command | :no_good: | compgen | :construction: | complete | :construction: |
108108
| compopt | :no_good: | continue | :no_good: | declare | :no_good: |
109109
| dirs | :no_good: | disown | :no_good: | echo | :no_good: |
110-
| enable | :no_good: | eval | :no_good: | exec | :no_good: |
110+
| enable | :no_good: | eval | :heavy_check_mark: | exec | :no_good: |
111111
| fc | :no_good: | fg | :construction: | getopts | :no_good: |
112112
| hash | :no_good: | help | :no_good: | history | :construction: |
113113
| jobs | :construction: | kill | :no_good: | let | :no_good: |

0 commit comments

Comments
 (0)