1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 04:18:00 +02:00

doc/glossary: Add base directory

This commit is contained in:
Robert Hensing 2024-04-19 18:54:31 +02:00
parent 8c4c2156bd
commit 73125e46fc
4 changed files with 38 additions and 1 deletions

View file

@ -41,7 +41,7 @@ public:
virtual std::string doc() { return ""; }
/**
* @brief Get the base directory for the command.
* @brief Get the [base directory](https://nixos.org/manual/nix/unstable/glossary#gloss-base-directory) for the command.
*
* @return Generally the working directory, but in case of a shebang
* interpreter, returns the directory of the script.