Skip to content

Commit 60c0d49

Browse files
committed
chore(volumes): optimize the output format of volume serve
1 parent dd5e5ca commit 60c0d49

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/commands/volumes.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ func (d *DryccCmd) VolumesServe(appID, name string) error {
168168
}
169169
parent, cancel := context.WithCancel(context.Background())
170170
defer cancel()
171+
172+
d.Print("Starting WebDAV file access service ")
171173
quit := progress(d.WOut)
172174
ctx, filer, err := volumes.Serve(parent, s.Client, appID, name)
173175
quit <- true
@@ -176,6 +178,7 @@ func (d *DryccCmd) VolumesServe(appID, name string) error {
176178
return err
177179
}
178180

181+
d.Print("\n\n")
179182
table := d.getDefaultFormatTable([]string{})
180183
table.Append([]string{"Endpoint:", filer["endpoint"]})
181184
table.Append([]string{"Username:", filer["username"]})

0 commit comments

Comments
 (0)