Skip to content

Commit 46ddbec

Browse files
committed
Fixed shell alias feature
1 parent bb435d4 commit 46ddbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/shell/shell_alias.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ Feature: Command aliases
3333
Then the command should not fail
3434
And I should see a table containing the following rows:
3535
| Alias | Command |
36-
| cd | shell:path:change {arg1} |
37-
| ls | node:list {arg1} |
36+
| cd | shell:path:change |
37+
| ls | node:list |

0 commit comments

Comments
 (0)