ast-grep Verified for current stable LTS

Ast Grep Command: Interactive Search And Rewrite

An engineer would use the 'ast-grep run' command with the 'interactive' option to actively search for and rewrite code patterns in a specific directory during a code refactoring session, allowing for real-time adjustments and testing of the changes. Exact CLI syntax to interactive_search_and_rewrite using Ast Grep.

When to use this: An engineer would use the 'ast-grep run' command with the 'interactive' option to actively search for and rewrite code patterns in a specific directory during a code refactoring session, allowing for real-time adjustments and testing of the changes.

Command Syntax

ast-grep run -p '<pattern>' -i <path/to/directory>

Command Breakdown

-p
Command Option
Tool-specific option used by this command invocation.
-i
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to interactive_search_and_rewrite using Ast Grep.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Ast Grep directory