class Git::Commands::ConfigOptionSyntax::RenameSection

Rename a config section

Wraps ‘git config –rename-section` to rename a section in the config file.

@example Rename a section

cmd = Git::Commands::ConfigOptionSyntax::RenameSection.new(lib)
cmd.call('old-section', 'new-section')

@note ‘arguments` block audited against git-scm.com/docs/git-config/2.53.0

@see Git::Commands::ConfigOptionSyntax

@see git-scm.com/docs/git-config git-config

@api private