diff options
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, |