add:add command + add existing
This commit is contained in:
6
src/cli/list.rs
Normal file
6
src/cli/list.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use crate::{error::AppError, services::ServiceStore};
|
||||
|
||||
pub fn run(_store: &ServiceStore) -> Result<(), AppError> {
|
||||
// TODO: load registry, display all scripts in a cliclack table/select
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user