Skip to content

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

Open
@CanadaHonk

Description

@CanadaHonk

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)

Metadata

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