feat(boot): utilize jaarg for options parsing

This commit is contained in:
2025-11-14 20:45:44 -08:00
parent 2a9c9f6907
commit 8711c54074
6 changed files with 73 additions and 216 deletions

View File

@@ -6,7 +6,6 @@ extern crate alloc;
use crate::context::{RootContext, SproutContext};
use crate::entries::BootableEntry;
use crate::options::SproutOptions;
use crate::options::parser::OptionsRepresentable;
use crate::phases::phase;
use alloc::collections::BTreeMap;
use alloc::format;