mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 13:06:33 +00:00
Rename aster-frame to ostd
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fb59fa7a55
commit
59350a8578
@ -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),
|
||||
|
Reference in New Issue
Block a user