Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contract init: add flag removal message #1628

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Contract init: add flag removal message #1628

wants to merge 4 commits into from

Conversation

Ifropc
Copy link
Contributor

@Ifropc Ifropc commented Sep 25, 2024

What

We plan to remove some flags from contract init as part of breaking changes (see #1586). This PR does just that.
Removed argument are hidden from help:
out

And when trying to use them there's an error that explains what are the alternatives.

error: invalid value 'test' for '--with-example <WITH_EXAMPLE>': This argument has been removed and will be not be recognized by the future versions of CLI: Adding examples via cli is no longer supported. You can still clone examples from the repo https://github.com/stellar/soroban-examples

For more information, try '--help'.

Why

See above

Known limitations

N/A

@Ifropc Ifropc mentioned this pull request Sep 25, 2024
@Ifropc Ifropc changed the title Contract init: add removal memo Contract init: add flag removal message Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

Successfully merging this pull request may close these issues.

1 participant