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

Fix mischaracterization and usage of Optional parameters in command line #395

Merged
merged 6 commits into from
Nov 27, 2023

Conversation

chenzhitong
Copy link
Member

No description provided.

@Jim8y Jim8y merged commit 3337229 into neo-project:master Nov 27, 2023
2 checks passed
@@ -29,7 +29,7 @@ public CreateCommand(ExpressChainManagerFactory chainManagerFactory, IFileSystem
this.txExecutorFactory = txExecutorFactory;
}

[Argument(0, Description = $"Name of {EXPRESS_EXTENSION} file to create\nDefault location is home directory as:\nLinux: $HOME/.neo-express/{DEFAULT_EXPRESS_FILENAME}\nWindows: %UserProfile%\\.neo-express\\{DEFAULT_EXPRESS_FILENAME}")]
[Option(Description = $"Name of {EXPRESS_EXTENSION} file to create\nDefault location is home directory as:\nLinux: $HOME/.neo-express/{DEFAULT_EXPRESS_FILENAME}\nWindows: %UserProfile%\\.neo-express\\{DEFAULT_EXPRESS_FILENAME}")]
Copy link
Member

@cschuchardt88 cschuchardt88 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should keep this as argument and add new --global for adding to global folder? After playing around with it, it can be confusing or annoying.

@cschuchardt88 cschuchardt88 mentioned this pull request Dec 3, 2023
22 tasks
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.

3 participants