moved cli into cli folder

This commit is contained in:
2025-04-11 09:27:20 +02:00
parent 12c99024d8
commit 726cb5df37
3 changed files with 27 additions and 27 deletions

View File

@ -1,27 +0,0 @@
# 🐍 snek
## Usage
```bash
$ ./snek -h
```
```
usage: snek [-h] [--root ROOT] [--exe EXE] {envs,root,exe,info,fork,bless} ...
🐍
optional arguments:
-h, --help show this help message and exit
--root ROOT conda root folder / prefix (read from the current env, if not given)
--exe EXE conda or mamba executable (read from the current env, if not given)
commands:
{envs,root,exe,info,fork,bless}
envs print existing envs
root print root
exe print exe
info print info
fork fork a conda env
bless bless a conda env
```