Skip to content

feat: in-session file eval with script args#31

Merged
Beforerr merged 1 commit into
mainfrom
push-qvqxzoypknxx
Jun 12, 2026
Merged

feat: in-session file eval with script args#31
Beforerr merged 1 commit into
mainfrom
push-qvqxzoypknxx

Conversation

@Beforerr

Copy link
Copy Markdown
Owner
  • repld [flags] [--] file [args...] — mirrors plain julia/python CLI
  • first existing-file positional = script, rest = its argv; no ext check (shebang / justfile tmp scripts work)
  • evals per call in warm session: edits take effect, file never a launch arg, keying untouched
  • argv per language (ARGS / sys.argv / commandArgs shadow / $ScriptCommandLine), set for eval, restored in finally
  • "--" forces split when space-form flag value names a file (-L setup.jl)

@Beforerr Beforerr force-pushed the push-qvqxzoypknxx branch from ef5c7ac to 3f31b4c Compare June 12, 2026 04:15
- repld <exe> [flags] [--] file [args...] — mirrors plain julia/python CLI
- first existing-file positional = script, rest = its argv; no ext check (shebang / justfile tmp scripts work)
- evals per call in warm session: edits take effect, file never a launch arg, keying untouched
- argv per language (ARGS / sys.argv / commandArgs shadow / $ScriptCommandLine), set for eval, restored in finally
- "--" forces split when space-form flag value names a file (-L setup.jl)
@Beforerr Beforerr force-pushed the push-qvqxzoypknxx branch from 3f31b4c to 5b1e678 Compare June 12, 2026 04:23
@Beforerr Beforerr merged commit 7f88e47 into main Jun 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant