Merge branch 'main' of framagit.org:fiplox/rnote
This commit is contained in:
commit
f9fc6ea5f7
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rnote"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
@ -3,8 +3,8 @@ pub use clap::{App, AppSettings, Arg, SubCommand};
|
||||
/// Initialize all possible arguments.
|
||||
pub fn make_app() -> App<'static, 'static> {
|
||||
App::new("rnote")
|
||||
.version("0.1.0")
|
||||
.author("Volodymyr Patuta <vpatuta AT protonmail DOT com>")
|
||||
.version("0.1.1")
|
||||
.author("Volodymyr Patuta")
|
||||
.about("Minimal note talking cli tool.")
|
||||
.setting(AppSettings::ArgRequiredElseHelp)
|
||||
.subcommand(
|
||||
|
Loading…
Reference in New Issue
Block a user