You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While implementing the base level CLI, stubs were left to handle configuration from the CLI, however when looking into implementing it, the implementation seemed too messy to implement in a clean way. Thus the config should be refactored to make the CLI implementation easier. The config CLI can also be lifed into common code so both server and client can have good interfaces for settings/configuration, with server and client only extending with the options they need.
The text was updated successfully, but these errors were encountered:
While implementing the base level CLI, stubs were left to handle configuration from the CLI, however when looking into implementing it, the implementation seemed too messy to implement in a clean way. Thus the config should be refactored to make the CLI implementation easier. The config CLI can also be lifed into common code so both server and client can have good interfaces for settings/configuration, with server and client only extending with the options they need.
The text was updated successfully, but these errors were encountered: