We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f899798 commit 20c4cd7Copy full SHA for 20c4cd7
bin/commands.json
@@ -71,6 +71,12 @@
71
"path": "./lib/node_modules/@stdlib/repl/bin/cli",
72
"group": ""
73
},
74
+ {
75
+ "cmd": "sparkline",
76
+ "desc": "Plot a sparkline.",
77
+ "path": "./lib/node_modules/@stdlib/plot/sparklines/unicode/bin/cli",
78
+ "group": "Plot"
79
+ },
80
{
81
"cmd": "tmpdir",
82
"desc": "Directory path for storing temporary files.",
bin/usage.txt
@@ -20,5 +20,6 @@ Commands:
20
num-cpus Number of CPUs.
21
platform Platform.
22
repl Start a REPL.
23
+ sparkline Plot a sparkline.
24
tmpdir Directory path for storing temporary files.
25
0 commit comments