xonsh
Verified for current stable LTS
Xonsh Command: Load Configuration Files
Use for load configuration files with Xonsh. Exact CLI syntax to load configuration files using Xonsh.
When to use this: Use for load configuration files with Xonsh.
Command Syntax
xonsh --rc <path/to/file1.xonsh> <path/to/file2.json> xonsh --rc <path/to/file1.xonsh> <path/to/file2.json> Live Command Builder
Final Command
xonsh --rc <path/to/file1.xonsh> <path/to/file2.json> Command Breakdown
--rc- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to load configuration files using Xonsh.
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
Xonsh Command: Define Environment Variables
xonsh -D<name1>=<value1> -D<name2>=<value2> Xonsh Command: Execute Single Command And Exit xonsh -c "<command>" Xonsh Command: Run Script File And Exit xonsh <path/to/script_file.xonsh> Xonsh Command: Skip Loading Xonshrc File xonsh --no-rc Xonsh Command: Start Interactive Shell xonsh