mirror of
https://github.com/NixOS/nix
synced 2025-06-28 22:01:15 +02:00
CmdHashBase: doc comment
This commit is contained in:
parent
e7abf60a0c
commit
156ea78d74
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
|||
|
||||
using namespace nix;
|
||||
|
||||
/**
|
||||
* Base for `nix hash file` (deprecated), `nix hash path` and `nix-hash` (legacy).
|
||||
*
|
||||
* Deprecation Issue: https://github.com/NixOS/nix/issues/8876
|
||||
*/
|
||||
struct CmdHashBase : Command
|
||||
{
|
||||
FileIngestionMethod mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue