diff options
Diffstat (limited to 'drive/files.go')
| -rw-r--r-- | drive/files.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drive/files.go b/drive/files.go index b10f2f6..6d66234 100644 --- a/drive/files.go +++ b/drive/files.go @@ -16,6 +16,7 @@ func (self *Drive) List(args ListFilesArgs) { PrintFileList(PrintFileListArgs{ Files: fileList.Files, + NameWidth: int(args.NameWidth), SkipHeader: args.SkipHeader, SizeInBytes: args.SizeInBytes, }) |
