Automated the extraction and delivery loop for a ship
This commit is contained in:
parent
b1157af9cd
commit
19107b153e
4 changed files with 94 additions and 112 deletions
2
main.js
2
main.js
|
@ -14,6 +14,8 @@ ships\t\t\tRetrieve all of your ships.`);
|
|||
}
|
||||
|
||||
switch(process.argv[2]) {
|
||||
case 'auto':
|
||||
await agent.auto({ship: process.argv[3]});
|
||||
break;
|
||||
//case 'deliver':
|
||||
// agent.deliver({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue