-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestnodePull requests that update the node codePull requests that update the node codepythonPull requests that update python codePull requests that update python code
Description
Add a flag to allow writing the generated explanation to a user-defined file instead of always writing to EXPLAIN.md
Example:
explainthisrepo owner/repo --output preferred-file-name.mdCurrent behavior always writes:
EXPLAIN.md
With this change, users could specify a custom output file.
Implementation idea:
- Add a
--outputflag to the CLI - If provided, write the generated explanation to the specified file
- If not provided, keep the default behavior
EXPLAIN.md
This should work:
explainthisrepo owner/repo --output notes.mdexplainthisrepo owner/repo --output path/to/directory/file-name.mdexplainthisrepo owner/repo --detailed --output file-name.mdThis would make it easier to generate multiple explanations without overwriting the default file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnodePull requests that update the node codePull requests that update the node codepythonPull requests that update python codePull requests that update python code