feat: rename to cuddle_please

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-29 15:29:36 +02:00
parent 6a3a14ec94
commit ccb026365a
13 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "cuddle-release"
name = "cuddle-please"
version = "0.1.0"
edition = "2021"

View File

@@ -1,4 +1,4 @@
use cuddle_release::ui::{DynUi, Ui};
use cuddle_please::ui::{DynUi, Ui};
use std::{
io::Write,

View File

@@ -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> {