OpenJelly / Open-Jellycore

A compiler for the Jelly language that allows you to create Apple Shortcuts using Jelly!
https://openjelly.com
GNU General Public License v3.0
76 stars 5 forks source link

the command line _jelly_ does not have a option to report a version number #21

Open chrysaora-achlyos opened 3 months ago

chrysaora-achlyos commented 3 months ago

Is your feature request related to a problem? Please describe.

The issue template ask the issue reporter to enter a version number. Such a version is unknow to the user, and no means of accessing a version number via the command line

Describe the solution you'd like

jelly --version should report a version number . A version number to match with the souce of the compiler, perhaps in an ideal world additional information such as type of binary (intel, arm, ...)

Additional context

There are a variety of way that one could have come to posses a jelly command (brew install, compiling from source, ...) and a variety of computer architectures you could be running on (intel, arm64, ...). It would be nice to provide easy access to the information to allow users to generate better issue reports.