diff options
author | Akshay <[email protected]> | 2021-10-28 12:53:29 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-28 12:53:29 +0100 |
commit | 6e8dd004ea6fab9be73f0c7999774b3140733ff0 (patch) | |
tree | d4c9cfc04be591a9e361cde8e73f3c3102ddeec4 /bin/src/config.rs | |
parent | a627799e2a0989201416a11b8d3bf1af0be86073 (diff) |
fix version command not fetching latest version
Diffstat (limited to 'bin/src/config.rs')
-rw-r--r-- | bin/src/config.rs | 3 |
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 | ||
12 | use crate::err::ConfigErr; | 12 | use 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)] |
17 | pub struct Opts { | 16 | pub struct Opts { |
18 | #[clap(subcommand)] | 17 | #[clap(subcommand)] |
19 | pub cmd: SubCommand, | 18 | pub cmd: SubCommand, |