From 993bef29bf9cc7c7d9a4bd5b97d5ea9ba2d44b04 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 10 Jan 2020 10:39:03 -0800 Subject: fixup! Replace argparse with structopt --- nitrocli/src/error.rs | 2 +- nitrocli/src/tests/config.rs | 2 +- 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 * -- cgit v1.2.1