Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LBMC
Hub
git_borg_linker
Commits
c9c161e2
Verified
Commit
c9c161e2
authored
Sep 26, 2022
by
nfontrod
Browse files
src/main.rs: fix clap name
parent
58d11703
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.rs
View file @
c9c161e2
...
...
@@ -15,7 +15,7 @@ mod mount;
mod
prune
;
#[derive(Debug,
Parser)]
#[clap(name
=
"gbl"
)]
#[clap(name
=
"gbl
k
"
)]
/// A tool used to link borg and git together
///
/// This tool was created to link borg and git together and ease the management of developpment artifact versionning using git
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment