|
SVCS - English Documentation
|
Implementation of the RepoCommand class for managing remote configurations. More...
Namespaces | |
| namespace | svcs::server |
| Server-side components and administration commands. | |
| namespace | svcs::server::cli |
| Server administration command-line interface components. | |
Implementation of the RepoCommand class for managing remote configurations.
This file implements the concrete logic for the "svcs repo" command. It primarily delegates its core functionality—adding, removing, renaming, and listing remotes— to the RemoteManager class. The implementation includes: