Updated README to better represent current features

This commit is contained in:
2025-04-08 20:57:44 -04:00
parent be9148fcfa
commit 5f578fbfd8
2 changed files with 19 additions and 7 deletions

View File

@@ -44,10 +44,12 @@ enum Commands {
#[command(subcommand)]
command: archive::lz77::Commands
},
/// Download data from the NUS
Nus {
#[command(subcommand)]
command: title::nus::Commands
},
/// Pack/unpack a U8 archive
U8 {
#[command(subcommand)]
command: archive::u8::Commands