Skip to content

Commit 20c4cd7

Browse files
committed
Add support for plotting a sparkline
1 parent f899798 commit 20c4cd7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

bin/commands.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
"path": "./lib/node_modules/@stdlib/repl/bin/cli",
7272
"group": ""
7373
},
74+
{
75+
"cmd": "sparkline",
76+
"desc": "Plot a sparkline.",
77+
"path": "./lib/node_modules/@stdlib/plot/sparklines/unicode/bin/cli",
78+
"group": "Plot"
79+
},
7480
{
7581
"cmd": "tmpdir",
7682
"desc": "Directory path for storing temporary files.",

bin/usage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ Commands:
2020
num-cpus Number of CPUs.
2121
platform Platform.
2222
repl Start a REPL.
23+
sparkline Plot a sparkline.
2324
tmpdir Directory path for storing temporary files.
2425

0 commit comments

Comments
 (0)