(args: PackageManagerOptions)
| 92 | |
| 93 | |
| 94 | constructor(args: PackageManagerOptions){ |
| 95 | this.rHelp = args.rHelp; |
| 96 | this.state = args.persistentState; |
| 97 | this.cwd = args.cwd; |
| 98 | this.pullFavoriteNames(); |
| 99 | } |
| 100 | |
| 101 | // Functions to force a refresh of listed packages |
| 102 | // Useful e.g. after installing/removing packages |
nothing calls this directly
no test coverage detected