Skip to content

Commit

Permalink
Add a TODO in garden.
Browse files Browse the repository at this point in the history
Part of #1.
  • Loading branch information
jkomoros committed Jun 25, 2023
1 parent 323e84b commit 7a7c36f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/garden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ export class Garden {
get location() : SeedPacketAbsoluteLocation | undefined {
return this._location;
}

//TODO: allow a thing that accepts a packedSeedReference, and plug it it
//into seed() so the command line naturally passes to it.

//seedReferenceForID returns a seed reference for the given ID if one
//exists, across any packet. If there is only one item in any packet with
Expand Down

0 comments on commit 7a7c36f

Please sign in to comment.