Skip to content

Commit

Permalink
feat: Implement 'store' command
Browse files Browse the repository at this point in the history
  • Loading branch information
Computerdores committed Apr 9, 2024
1 parent 7a1966f commit 90ab1a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AdvancedTerminalAPI/Vanillin/VanillinTerminal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class VanillinTerminal : ITerminal {
AddBuiltinCommand(new SpecialNodeCommand("help", 13));
AddBuiltinCommand(new SimpleCommand("other"));
AddBuiltinCommand(new SimpleCommand("moons"));
AddBuiltinCommand(new SimpleCommand("store"));
AddBuiltinCommand(new EjectCommand());
AddBuiltinCommand(new FlashCommand());
AddBuiltinCommand(new PingCommand());
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Planned for 1.0.0
### Commands
- [ ] bestiary
- [x] buy
- [ ] buy
- [ ] decor
- [x] eject
- [x] flash
Expand All @@ -16,7 +16,7 @@
- [x] scan
- [ ] sigurd
- [ ] storage
- [ ] store
- [x] store
- [x] switch
- [x] Terminal Accessible Objects
- [x] transmit
Expand Down

0 comments on commit 90ab1a9

Please sign in to comment.