aboutsummaryrefslogtreecommitdiff
path: root/bin/src
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-28 12:53:29 +0100
committerAkshay <[email protected]>2021-10-28 12:53:29 +0100
commit6e8dd004ea6fab9be73f0c7999774b3140733ff0 (patch)
treed4c9cfc04be591a9e361cde8e73f3c3102ddeec4 /bin/src
parenta627799e2a0989201416a11b8d3bf1af0be86073 (diff)
fix version command not fetching latest version
Diffstat (limited to 'bin/src')
-rw-r--r--bin/src/config.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/src/config.rs b/bin/src/config.rs
index 79bed35..cbb1f66 100644
--- a/bin/src/config.rs
+++ b/bin/src/config.rs
@@ -11,9 +11,8 @@ use vfs::ReadOnlyVfs;
11 11
12use crate::err::ConfigErr; 12use crate::err::ConfigErr;
13 13
14/// Lints and suggestions for the Nix programming language
15#[derive(Clap, Debug)] 14#[derive(Clap, Debug)]
16#[clap(version = "0.1.0", author = "Akshay <[email protected]>")] 15#[clap(version, author, about)]
17pub struct Opts { 16pub struct Opts {
18 #[clap(subcommand)] 17 #[clap(subcommand)]
19 pub cmd: SubCommand, 18 pub cmd: SubCommand,