mirror of
https://github.com/NinjaCheetah/rustii.git
synced 2026-03-03 11:25:29 -05:00
Updated README to better represent current features
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user