Skip to content

Commit

Permalink
doc: update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Feb 6, 2024
1 parent 221d48c commit 6e0e97d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solo/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ export function main (argv) {
}

// Update config manager and persist the config.
// Note: Because of this centralized loading, we really don't need to load argv in configManager later during
// the command execution handlers. However, we are loading argv again in the command handlers for consistency and
// facilitate testing with argv injection into the command handlers.
// Note: Because of this centralized loading, we really don't need to load argv in configManager later in
// the command execution handlers. However, we are loading argv again in the command handlers to facilitate testing
// with argv injection into the command handlers.
configManager.load(argv)
configManager.persist()

Expand Down

0 comments on commit 6e0e97d

Please sign in to comment.