class Git::Commands::Stash::Clear

Remove all stash entries

Removes all stash entries. Use with caution as this cannot be undone.

@example Clear all stashes

Git::Commands::Stash::Clear.new(execution_context).call

@note โ€˜arguments` block audited against git-scm.com/docs/git-stash/2.53.0

@see Git::Commands::Stash Git::Commands::Stash for usage examples

@see git-scm.com/docs/git-stash git-stash documentation

@api private