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

aelf-command - load JSON #91

Open
6 tasks done
AbigailDeng opened this issue Aug 26, 2024 · 0 comments
Open
6 tasks done

aelf-command - load JSON #91

AbigailDeng opened this issue Aug 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AbigailDeng
Copy link
Collaborator

AbigailDeng commented Aug 26, 2024

Expected Behavior

The aelf-command tool should allow users to input a JSON file directly. Upon receiving a JSON file, the tool should automatically parse the file and process the data as if it were manually entered by the user.

Specifications

JSON Input Handling: The tool should accept JSON files with a specific structure, such as keys representing command options or parameters. Automatic Parsing: Use a JSON parsing method to read the input file and extract the necessary data for command execution.

Development Tasks

  • Discussion Meeting

  • Research and Select JSON Parsing Method

  • Implement JSON Input Option

  • JSON Parsing Logic

  • Unit tests

  • Docs

@AbigailDeng AbigailDeng self-assigned this Aug 26, 2024
@AbigailDeng AbigailDeng added the enhancement New feature or request label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant