diff options
author | Daniel Mueller <deso@posteo.net> | 2020-01-10 10:39:03 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-01-10 10:39:52 -0800 |
commit | 993bef29bf9cc7c7d9a4bd5b97d5ea9ba2d44b04 (patch) | |
tree | aba3ba21f4dbca8fa551b6d04090332642b9285e | |
parent | b7420b44fb84f6cb4c20432d86a190679f929627 (diff) | |
download | nitrocli-993bef29bf9cc7c7d9a4bd5b97d5ea9ba2d44b04.tar.gz nitrocli-993bef29bf9cc7c7d9a4bd5b97d5ea9ba2d44b04.tar.bz2 |
fixup! Replace argparse with structopt
-rw-r--r-- | nitrocli/src/error.rs | 2 | ||||
-rw-r--r-- | nitrocli/src/tests/config.rs | 2 | ||||
-rw-r--r-- | nitrocli/src/tests/run.rs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/nitrocli/src/error.rs b/nitrocli/src/error.rs index f613100..3e458a6 100644 --- a/nitrocli/src/error.rs +++ b/nitrocli/src/error.rs @@ -1,7 +1,7 @@ // error.rs // ************************************************************************* -// * Copyright (C) 2017-2019 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2017-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/tests/config.rs b/nitrocli/src/tests/config.rs index 9ff3f73..728fdbd 100644 --- a/nitrocli/src/tests/config.rs +++ b/nitrocli/src/tests/config.rs @@ -1,7 +1,7 @@ // config.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/tests/run.rs b/nitrocli/src/tests/run.rs index 767be47..22e7004 100644 --- a/nitrocli/src/tests/run.rs +++ b/nitrocli/src/tests/run.rs @@ -1,7 +1,7 @@ // run.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 * |