feat: streamd daily is now default instead of streamd new
This commit is contained in:
parent
6c8f1f5253
commit
ab2fc823e8
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ fn main() -> miette::Result<()> {
|
|||
Some(Commands::Completions { shell }) => {
|
||||
streamd::cli::commands::completions::run(shell);
|
||||
}
|
||||
None => streamd::cli::commands::new::run()?,
|
||||
None => streamd::cli::commands::daily::run(None)?,
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue