Skip to content

Commit

Permalink
feat: Implement 'storage' command
Browse files Browse the repository at this point in the history
  • Loading branch information
Computerdores committed Apr 9, 2024
1 parent c78cbf6 commit bb73821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AdvancedTerminalAPI/Vanillin/VanillinTerminal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class VanillinTerminal : ITerminal {
AddBuiltinCommand(new SimpleCommand("store"));
AddBuiltinCommand(new SimpleCommand("upgrades"));
AddBuiltinCommand(new SimpleCommand("decor"));
AddBuiltinCommand(new SimpleCommand("storage"));
AddBuiltinCommand(new EjectCommand());
AddBuiltinCommand(new FlashCommand());
AddBuiltinCommand(new PingCommand());
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [x] route
- [x] scan
- [ ] sigurd
- [ ] storage
- [x] storage
- [x] store
- [x] switch
- [x] Terminal Accessible Objects
Expand Down

0 comments on commit bb73821

Please sign in to comment.