Add show inspection and rollback-safe update UX
This commit is contained in:
parent
27a1b806cd
commit
1ad2f8a532
16 changed files with 2187 additions and 7 deletions
|
|
@ -27,5 +27,6 @@ pub enum Command {
|
|||
Remove { query: String },
|
||||
List,
|
||||
Search { query: String },
|
||||
Show { value: Option<String> },
|
||||
Update,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue