Skip to content

cli: fix default value for -s flag of download contract manifest command#36

Merged
luc10921 merged 1 commit into
masterfrom
fix-flag
Feb 2, 2026
Merged

cli: fix default value for -s flag of download contract manifest command#36
luc10921 merged 1 commit into
masterfrom
fix-flag

Conversation

@ixje

@ixje ixje commented Feb 2, 2026

Copy link
Copy Markdown
Member

The flag is used to indicate that it should store to cpm.yaml so the default value should be false similar to

cpm/main.go

Line 100 in c81bdba

&cli.BoolFlag{Name: "s", Usage: "Save contract to the 'contracts' section of cpm.yaml", Required: false, Value: false, DisableDefaultText: true},

@luc10921
luc10921 merged commit f2d9fdc into master Feb 2, 2026
1 check passed
@ixje
ixje deleted the fix-flag branch February 2, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants