aboutsummaryrefslogtreecommitdiffstats
path: root/handlers_drive.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers_drive.go')
-rw-r--r--handlers_drive.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/handlers_drive.go b/handlers_drive.go
index 3698d0e..05b1ca9 100644
--- a/handlers_drive.go
+++ b/handlers_drive.go
@@ -28,6 +28,7 @@ func listHandler(ctx cli.Context) {
SortOrder: args.String("sortOrder"),
SkipHeader: args.Bool("skipHeader"),
SizeInBytes: args.Bool("sizeInBytes"),
+ AbsPath: args.Bool("absPath"),
})
checkErr(err)
}