diff options
Diffstat (limited to 'crates/mozart/src/commands/repository.rs')
| -rw-r--r-- | crates/mozart/src/commands/repository.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/repository.rs b/crates/mozart/src/commands/repository.rs index 3a094cc..c54601b 100644 --- a/crates/mozart/src/commands/repository.rs +++ b/crates/mozart/src/commands/repository.rs @@ -35,6 +35,10 @@ pub struct RepositoryArgs { pub after: Option<String>, } -pub fn execute(_args: &RepositoryArgs, _cli: &super::Cli) -> anyhow::Result<()> { +pub fn execute( + _args: &RepositoryArgs, + _cli: &super::Cli, + _console: &crate::console::Console, +) -> anyhow::Result<()> { todo!() } |
