- Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
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
--versionoption will be removed from the--helpdocumentation. - Option 2:
swiftly run --versionwill be implemented and work.
Environment:
- swiftly 1.1.0
- macOS 26.1 aarch64
Metadata
Metadata
Assignees
Labels
No labels