Skip to content

swiftly run --version does not work despite being documented in the help documentation #457

@kkebo

Description

@kkebo

The --version option exists on swiftly run according to the --help documentation.

$ swiftly run --help OVERVIEW: Run a command while proxying to the selected toolchain commands. USAGE: swiftly run <command> ... ARGUMENTS:  <command> Run a command while proxying to the selected toolchain commands. ... OPTIONS:  --version Show the version.  -h, --help Show help information.

However, it does not work.

$ swiftly run --version /usr/bin/env: illegal option -- e usage: env [-0iv] [-C workdir] [-P utilpath] [-S string]  [-u name] [name=value ...] [utility [argument ...]]

Expected behaviors:

  • Option 1: The --version option will be removed from the --help documentation.
  • Option 2: swiftly run --version will be implemented and work.

Environment:

  • swiftly 1.1.0
  • macOS 26.1 aarch64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions