You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err=options.AddFlagValues("archiveurls", "--archive", "", nil, "url path that enable download as archive for specific directories")
139
139
serverError.CheckFatal(err)
140
140
141
+
err=options.AddFlagValues("archiveurlsusers", "--archive-user", "", nil, "url path that allow archive files for specific users, <sep><url-path>[<sep><user>...]")
142
+
serverError.CheckFatal(err)
143
+
141
144
err=options.AddFlagValues("archivedirs", "--archive-dir", "", nil, "file system path that enable download as archive for specific directories")
142
145
serverError.CheckFatal(err)
143
146
147
+
err=options.AddFlagValues("archivedirsusers", "--archive-dir-user", "", nil, "file system path that allow archive files for specific users, <sep><fs-path>[<sep><user>...]")
148
+
serverError.CheckFatal(err)
149
+
144
150
err=options.AddFlag("globalcors", "--global-cors", "GHFS_GLOBAL_CORS", "enable CORS headers for all directories")
145
151
serverError.CheckFatal(err)
146
152
@@ -388,7 +394,7 @@ func CmdResultsToParams(results []*goNixArgParser.ParseResult) (params Params, e
0 commit comments