Skip to content

Commit

Permalink
feat: Implement 'decor' & 'upgrades' commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Computerdores committed Apr 9, 2024
1 parent 90ab1a9 commit d0732e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AdvancedTerminalAPI/Vanillin/VanillinTerminal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public class VanillinTerminal : ITerminal {
AddBuiltinCommand(new SimpleCommand("other"));
AddBuiltinCommand(new SimpleCommand("moons"));
AddBuiltinCommand(new SimpleCommand("store"));
AddBuiltinCommand(new SimpleCommand("upgrades"));
AddBuiltinCommand(new SimpleCommand("decor"));
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 @@ -4,7 +4,7 @@
### Commands
- [ ] bestiary
- [ ] buy
- [ ] decor
- [x] decor
- [x] eject
- [x] flash
- [x] help
Expand All @@ -20,7 +20,7 @@
- [x] switch
- [x] Terminal Accessible Objects
- [x] transmit
- [ ] upgrades
- [x] upgrades
- [x] view monitor

### API
Expand Down

0 comments on commit d0732e5

Please sign in to comment.