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