Skip to content

Commit 00cf697

Browse files
committed
fix: access level
1 parent bbc37f2 commit 00cf697

File tree

1 file changed

+2
-2
lines changed
  • rd-cli-tool/src/main/java/org/rundeck/client/tool/commands/projects

1 file changed

+2
-2
lines changed

rd-cli-tool/src/main/java/org/rundeck/client/tool/commands/projects/Archives.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ String validate(ProjectInput opts) throws InputError {
7070
}
7171

7272
@Getter @Setter
73-
static class ArchiveImportOpts extends BaseOptions{
73+
public static class ArchiveImportOpts extends BaseOptions{
7474
@CommandLine.Option(names = {"-r"}, description = "Remove Job UUIDs in imported jobs. Default: preserve job UUIDs.")
7575
boolean remove;
7676

@@ -216,7 +216,7 @@ public int importArchive(@CommandLine.Mixin ArchiveImportOpts opts) throws Input
216216

217217

218218
@Getter @Setter
219-
static class ArchiveExportOpts extends BaseOptions {
219+
public static class ArchiveExportOpts extends BaseOptions {
220220

221221
@CommandLine.Option(
222222
names = {"--execids", "-e"},

0 commit comments

Comments
 (0)