Skip to content

Commit 4e03768

Browse files
authored
Add csvview alias for csv-view command (#69)
* Add csvview alias for csv-view command * Fix csvview alias entry terminator
1 parent 4ccb83d commit 4e03768

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

trushell/config/builtin_commands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
{cmd: alarm}; "run_alarm()"; [trushell/commands/chronoterm.py];
1616
{cmd: sw}; "run_sw()"; [trushell/commands/chronoterm.py];
1717
{cmd: csv-view}; "run_csv_view()"; [trushell/commands/data.py];
18+
{cmd: csvview}; "run_csv_view()"; [trushell/commands/data.py];
1819
{cmd: j}; "run_jump()"; [trushell/commands/nav.py];
1920

0 commit comments

Comments
 (0)