-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rough out initial alias support for stak and run
Adds alias support via flags to the --stak and --run commands. Cache entries will be made with car + alias for the keys causing possible duplicate entries if there is a car + acc number cache entry for the same account + car combo. We can either leave this minor inefficiency or add another api call to translate between the two (alias <-> number) and create the appropriate cache entries. Feels like it's better to accept the minor occasional inefficiency instead of making an additional api call every time.
- Loading branch information
Showing
3 changed files
with
91 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters