Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
espresso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eduardo Trujillo
espresso
Commits
ebb17e5e
Verified
Commit
ebb17e5e
authored
2 years ago
by
Eduardo Trujillo
Browse files
Options
Downloads
Patches
Plain Diff
refactor(cli): Use same version as crate
parent
55c75966
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
v2.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cli/args.rs
+1
-1
1 addition, 1 deletion
src/cli/args.rs
with
1 addition
and
1 deletion
src/cli/args.rs
+
1
−
1
View file @
ebb17e5e
...
...
@@ -8,7 +8,7 @@ use collective::{
use
espresso
::
config
::
Config
;
#[derive(Parser)]
#[clap(version
=
"1.0"
,
author
=
"Eduardo T. <ed@trujillo.io>"
)]
#[clap(version,
author
=
"Eduardo T. <ed@trujillo.io>"
)]
pub
struct
Opts
{
/// Sets a custom config file.
#[clap(short,
long)]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment