Add "migrate" command

This commit is contained in:
Tobias Reisinger 2025-01-09 18:10:58 +01:00
parent 3463907670
commit 21c1e3fbb3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 32 additions and 0 deletions

View file

@ -17,6 +17,7 @@ struct Cli {
#[derive(Subcommand)]
pub enum Commands {
Info,
Channels(ChannelsArgs),
Clients,
Fetch(FetchArgs),