We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f0a8a2 + f3b07a4 commit cf0c193Copy full SHA for cf0c193
cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java
@@ -90,7 +90,7 @@ public class PullCommand implements BLauncherCmd {
90
@CommandLine.Option(names = "--repository")
91
private String repositoryName;
92
93
- @CommandLine.Option(names = "--sticky", hidden = true, defaultValue = "true")
+ @CommandLine.Option(names = "--sticky", hidden = true, defaultValue = "false")
94
private boolean sticky;
95
96
@CommandLine.Option(names = "--offline", hidden = true)
0 commit comments