Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clap to plume in order to print help and version #631

Merged
merged 2 commits into from Jul 3, 2019
Merged

Add clap to plume in order to print help and version #631

merged 2 commits into from Jul 3, 2019

Conversation

papey
Copy link
Contributor

@papey papey commented Jul 3, 2019

Related to #594.

Output looks like :

Plume 0.3.0
Plume backend server

USAGE:
    plume

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information


Be careful plume command should be run inside the directory
containing .env file an static directory

igalic
igalic previously requested changes Jul 3, 2019
Copy link
Contributor

@igalic igalic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slightly better text

src/main.rs Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 3, 2019

Codecov Report

Merging #631 into master will increase coverage by 0.05%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #631      +/-   ##
==========================================
+ Coverage   35.33%   35.39%   +0.05%     
==========================================
  Files          68       68              
  Lines        7912     7906       -6     
  Branches     1893     1887       -6     
==========================================
+ Hits         2796     2798       +2     
+ Misses       4340     4338       -2     
+ Partials      776      770       -6

Copy link
Member

@elegaanz elegaanz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@elegaanz elegaanz dismissed igalic’s stale review July 3, 2019 18:36

The text have been changed

@elegaanz elegaanz merged commit c031804 into Plume-org:master Jul 3, 2019
@papey papey deleted the #594-add-version-help branch January 13, 2020 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants