Rename aster-frame to ostd

This commit is contained in:
Jianfeng Jiang
2024-06-19 08:18:39 +00:00
committed by Tate, Hongliang Tian
parent fb59fa7a55
commit 59350a8578
300 changed files with 425 additions and 427 deletions

View File

@ -69,9 +69,7 @@ enum CargoSubcommand {
#[derive(Debug, Parser)]
pub enum OsdkSubcommand {
#[command(
about = "Create a new kernel package or library package which depends on aster-frame"
)]
#[command(about = "Create a new kernel package or library package which depends on OSTD")]
New(NewArgs),
#[command(about = "Compile the project and its dependencies")]
Build(BuildArgs),