raku
Verified for current stable LTS
Raku Command: Add Module Search Path
Use for add module search path with Raku. Exact CLI syntax to add module search path using Raku.
When to use this: Use for add module search path with Raku.
Command Syntax
raku -I <path/to/module_directory> <path/to/script.raku> raku -I <path/to/module_directory> <path/to/script.raku> Live Command Builder
Final Command
raku -I <path/to/module_directory> <path/to/script.raku> Command Breakdown
-I- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to add module search path using Raku.
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
Raku Command: Check Syntax Raku Script
raku -c <path/to/script.raku> Raku Command: Execute Raku Script raku <path/to/script.raku> Raku Command: Execute Single Raku Command raku -e "<command>" Raku Command: Extract Doc From Raku Script raku --doc <path/to/script.raku> Raku Command: Load Module Before Running Script raku -M <module_name> <path/to/script.raku>