class Git::Commands::Stash::List
List all stash entries
@example List all stashes
Git::Commands::Stash::List.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