Move CLI cheatsheet under cli-bin

This commit is contained in:
thePR0M3TH3AN
2025-05-21 13:43:25 -04:00
parent 2ca0a135fc
commit d433e1eab2
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
//
// Build script to generate the CLI cheatsheet at compile time. It
// parses `src/cli/commands.yaml` and emits a simple Markdown table of
// commands and flags to `docs/cli_cheatsheet.md`.
// commands and flags to `cli-bin/docs/cli_cheatsheet.md`.
use std::{fs, path::Path};