Add MIT license and refactor Cargo workspace configuration
This commit is contained in:
@@ -21,7 +21,7 @@ use ratatui::{backend::CrosstermBackend, Terminal};
|
||||
async fn main() -> Result<()> {
|
||||
let matches = Command::new("owlen")
|
||||
.about("OWLEN - A chat-focused TUI client for Ollama")
|
||||
.version("0.2.0")
|
||||
.version(env!("CARGO_PKG_VERSION"))
|
||||
.arg(
|
||||
Arg::new("model")
|
||||
.short('m')
|
||||
|
||||
Reference in New Issue
Block a user