1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Rust1,596 stars (1,596 stars)83 forks (83 forks)user submission
enhancementgood first issue
Description
There should be an option to save the script in a file.
Contributor guide
- Tech stack
- rust
- Domain
- clideveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic Rust knowledgeFile I/O in Rust
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Investigate the CLI's script handling module (likely in src/). The issue requests an option to save the script to a file. Look for existing output or scripting commands. Consider adding a flag like ` save` or ` o` that writes the script to a specified file path. Check for any existing file I/O utilities in the codebase. Since the issue is stale, it may need maintainer input on the preferred file format and destination.