Skip to content

Should argv include runtime parts (binary/script/runtime args)? #3

Open
@CanadaHonk

Description

argv is traditionally all arguments, which would include: runtime binary, script being ran, and runtime arguments ("runtime parts"). Should ours?

Existing examples:

  • process.argv (Node): includes runtime parts
  • Deno.args (Deno): does not include runtime parts (they can be got separately with Deno.execPath(), etc)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    agenda+Should be discussed next meetingspec

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions