class Git::Commands::ConfigOptionSyntax::RemoveSection

Remove a config section

Wraps ‘git config –remove-section` to remove an entire section from the config file.

@example Remove a section

cmd = Git::Commands::ConfigOptionSyntax::RemoveSection.new(lib)
cmd.call('old-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