You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: