Fix: Correct README examples by removing unsupported arguments#78
Open
swastiksingh04 wants to merge 1 commit intoLiberAI:masterfrom
Open
Fix: Correct README examples by removing unsupported arguments#78swastiksingh04 wants to merge 1 commit intoLiberAI:masterfrom
swastiksingh04 wants to merge 1 commit intoLiberAI:masterfrom
Conversation
Clarified output file name and fixed formatting in README.
Author
|
Removed unsupported arguments (--output and --inputstr) from README examples in the Interpreter Module section. Updated commands to match actual implementation of interpreter.py and added a clarification note to avoid confusion for users. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes incorrect command examples in the Interpreter Module section of the README.
The arguments
--outputand--inputstrare not supported in the current implementation of interpreter.py. These have been removed and replaced with correct usage based on the actual code.A clarification note has also been added to help users avoid confusion.