feat(cli): add datadir cmd

Because I'm tired of trying to find this stupid directory in
explorer.exe all the time.
This commit is contained in:
LGUG2Z
2025-04-02 17:20:33 -07:00
parent 76aeefa9f7
commit 71762a5961
4 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
# data-directory
```
Show the path to komorebi's data directory in %LOCALAPPDATA%
Usage: komorebic.exe data-directory
Options:
-h, --help
Print help
```