Displays detailed information about a Polygon problem.
Shows problem metadata, files, solutions, tests, and current status.
Can read problem ID from Config.json or accept it as argument.
Parameters
problemIdOrPath: string
Problem ID or path to directory with Config.json
Returns Promise<void>
Resolves when view completes
Throws
If credentials are not registered
Throws
If problem not found on Polygon
Example
// From CLI: polyman remote-view 123456 awaitremoteViewProblemAction('123456'); // Displays problem details in formatted UI
Example
// View problem in current directory awaitremoteViewProblemAction('.'); // Uses problem ID from Config.json
Displays detailed information about a Polygon problem. Shows problem metadata, files, solutions, tests, and current status. Can read problem ID from Config.json or accept it as argument.