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
@Parameter(names = {"--file"}, description = "File id, name or path. Paths must be separated by : instead of /", required = true, arity = 1)
94
+
publicStringfile;
95
+
96
+
@Parameter(names = {"--study", "-s"}, description = "Study [[organization@]project:]study where study and project can be either the ID or UUID", required = false, arity = 1)
97
+
publicStringstudy;
98
+
99
+
@Parameter(names = {"--to"}, description = "Path where the file will be downloaded", arity = 1, required = true)
@Parameter(names = {"--file"}, description = "File id, name or path. Paths must be separated by : instead of /", required = true, arity = 1)
880
-
publicStringfile;
881
-
882
-
@Parameter(names = {"--study", "-s"}, description = "Study [[organization@]project:]study where study and project can be either the ID or UUID", required = false, arity = 1)
883
-
publicStringstudy;
884
-
885
-
}
886
-
887
873
@Parameters(commandNames = {"grep"}, commandDescription ="Filter lines of the file containing the pattern")
0 commit comments