Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Add version flag #34

Open
Tracked by #1
bgins opened this issue Dec 9, 2022 · 1 comment
Open
Tracked by #1

Add version flag #34

bgins opened this issue Dec 9, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@bgins
Copy link
Contributor

bgins commented Dec 9, 2022

Summary

This is currently implemented in the Haskell version of CLI, but not in the rewrite.

Problem

There needs to be a way to check what version of the CLI you are using.

Solution

Create a flag/command that lists the current version of the CLI in use

@BoisterousCoder
Copy link
Contributor

This seems to already Exist in the code. The following line adds it. In order to test it, just run cargo run -- -V. I think this issue should be closed.

#[clap(author, version, about="Fission makes developing, deploying, updating, and iterating on web apps quick and easy.", long_about = None)]

@BoisterousCoder BoisterousCoder added enhancement New feature or request duplicate This issue or pull request already exists and removed duplicate This issue or pull request already exists labels Jan 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants