Skip to content

Commit

Permalink
Fix #9742.
Browse files Browse the repository at this point in the history
Former-commit-id: 3d0c8250056f7581476de591dd166e0f37a5cc19
  • Loading branch information
dkocher committed Oct 26, 2016
1 parent 2a34606 commit 50b8905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/main/java/ch/cyberduck/cli/Terminal.java
Expand Up @@ -235,6 +235,7 @@ public void uncaughtException(final Thread t, final Throwable e) {
case edit:
return this.edit(session, remote);
case list:
case longlist:
return this.list(session, remote, input.hasOption(TerminalOptionsBuilder.Params.longlist.name()));
case mount:
return this.mount(session);
Expand Down
1 change: 1 addition & 0 deletions cli/src/main/java/ch/cyberduck/cli/TerminalAction.java
Expand Up @@ -23,6 +23,7 @@ public enum TerminalAction {
version,
edit,
list,
longlist,
mount,
download,
upload,
Expand Down

0 comments on commit 50b8905

Please sign in to comment.