class Git::Commands::CatFile::Raw

Queries a single git object by name passed as a CLI argument

Runs β€˜git cat-file` in non-batch mode. Exactly one mode flag or a `<type>` operand must be supplied:

For queries across multiple objects, use {CatFile::Batch}. For filter-processed content, use {CatFile::Filtered}.

@note β€˜arguments` block audited against git-scm.com/docs/git-cat-file/2.53.0

@see Git::Commands::CatFile

@see git-scm.com/docs/git-cat-file git-cat-file documentation

@api private