flk 0.6.2

A CLI tool for managing flake.nix devShell environments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# flk completions

Generate shell completions.

```bash
flk completions            # print to stdout
flk completions --install  # auto-install for detected shell
flk completions --shell zsh
```

**Options**
- `--install`: install to the detected shell location
- `--shell <SHELL>`: override shell detection (`bash`, `zsh`, `fish`, etc.)