diff options
author | Daniel Mueller <deso@posteo.net> | 2020-01-10 10:38:07 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-01-10 10:39:45 -0800 |
commit | b7420b44fb84f6cb4c20432d86a190679f929627 (patch) | |
tree | a0ffa37ef214b841dc7f680ae7d56fb21efccca2 | |
parent | c5b73d50b5c3d6de81e1003d698d57e157a6400f (diff) | |
download | nitrocli-b7420b44fb84f6cb4c20432d86a190679f929627.tar.gz nitrocli-b7420b44fb84f6cb4c20432d86a190679f929627.tar.bz2 |
fixup! Refactor the Enum! macro into Enum! and Command!
-rw-r--r-- | nitrocli/src/arg_util.rs | 2 | ||||
-rw-r--r-- | nitrocli/src/args.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nitrocli/src/arg_util.rs b/nitrocli/src/arg_util.rs index eb356bf..930e470 100644 --- a/nitrocli/src/arg_util.rs +++ b/nitrocli/src/arg_util.rs @@ -1,7 +1,7 @@ // arg_util.rs // ************************************************************************* -// * Copyright (C) 2019 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * // * * // * This program is free software: you can redistribute it and/or modify * // * it under the terms of the GNU General Public License as published by * diff --git a/nitrocli/src/args.rs b/nitrocli/src/args.rs index 8ff03be..aeedfe6 100644 --- a/nitrocli/src/args.rs +++ b/nitrocli/src/args.rs @@ -1,7 +1,7 @@ // args.rs // ************************************************************************* -// * Copyright (C) 2018-2019 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2018-2020 Daniel Mueller (deso@posteo.net) * // * * // * This program is free software: you can redistribute it and/or modify * // * it under the terms of the GNU General Public License as published by * |