Skip to content

Commit 192d717

Browse files
authored
Add ls-url and list-url commands (#89)
* Add ls-url and list-url commands * Fix ordering
1 parent af7063f commit 192d717

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/gatsby-theme-iterative/config/prismjs/dvc-commands.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ module.exports = [
4040
'metrics',
4141
'params diff',
4242
'params',
43-
'ls',
43+
'list-url',
44+
'ls-url',
4445
'list',
46+
'ls',
4547
'install',
4648
'init',
4749
'import-url',

0 commit comments

Comments
 (0)