feat: rename to cuddle_please
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "cuddle-release"
|
||||
name = "cuddle-please"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use cuddle_release::ui::{DynUi, Ui};
|
||||
use cuddle_please::ui::{DynUi, Ui};
|
||||
|
||||
use std::{
|
||||
io::Write,
|
@@ -3,7 +3,7 @@ pub mod common;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use common::BufferUi;
|
||||
use cuddle_release::command::Command;
|
||||
use cuddle_please::command::Command;
|
||||
use tracing_test::traced_test;
|
||||
|
||||
fn get_base_args<'a>() -> Vec<&'a str> {
|
Reference in New Issue
Block a user