Skip to content

Commit 224741d

Browse files
authored
Merge pull request #76 from cadenmyers13/cli-cmds
refactor: Cli commands
2 parents 5ef5ea5 + b5d12d3 commit 224741d

File tree

7 files changed

+272
-378
lines changed

7 files changed

+272
-378
lines changed

.github/workflows/tests-on-pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
set -Eeuo pipefail
1616
echo "Test cmds"
1717
cmi -h
18+
cmi info
19+
cmi info packs
20+
cmi info profiles
21+
cmi info examples
1822
cmi env
19-
cmi pack list
20-
cmi profile list
2123
cmi install plotting
2224
if [ "${RUNNER_OS}" != "Windows" ]; then
2325
conda list | grep -i ipympl

news/cli-cmds.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* Added ``print_profiles`` function.
4+
5+
**Changed:**
6+
7+
* Changed the cli syntax.
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)