Home Explore Blog Models CI



nix

src/nix/help.md
600f43c05820b0e7374ba7cfc6687fc47c7c54cb35f8a74e00000003000000b8
R""(

# Examples

* Show help about `nix` in general:

  ```console
  # nix help
  ```

* Show help about a particular subcommand:

  ```console
      # nix help flake info
  ```

)""

Chunks
6d17c09b (1st chunk of `src/nix/help.md`)
Title: Nix Help Command Examples
Summary
This section provides examples of how to use the `nix help` command. It demonstrates how to retrieve general help information for `nix` and how to get help for a specific subcommand, such as `flake info`.