Skip to content

Commit

Permalink
Merge branch 'master' into improve/util-hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Dec 1, 2020
2 parents ae2ee92 + a076c2c commit 4d15bcc
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 157 deletions.
1 change: 0 additions & 1 deletion include/poac/cmd/init.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <poac/io/config.hpp>
#include <poac/core/except.hpp>
#include <poac/core/name.hpp>
#include <poac/util/clap/clap.hpp>
#include <poac/util/termcolor2/termcolor2.hpp>

namespace poac::cmd::init {
Expand Down
2 changes: 0 additions & 2 deletions include/poac/cmd/new.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <poac/core/name.hpp>
#include <poac/io/path.hpp>
#include <poac/io/term.hpp>
#include <poac/util/argparse.hpp>
#include <poac/util/clap/clap.hpp>
#include <poac/util/git2-cpp/git2.hpp>
#include <poac/util/termcolor2/termcolor2.hpp>

Expand Down
1 change: 0 additions & 1 deletion include/poac/opts/build.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <poac/core/builder.hpp>
#include <poac/core/except.hpp>
#include <poac/io/config.hpp>
#include <poac/util/argparse.hpp>
#include <poac/util/clap/clap.hpp>

namespace poac::opts::build {
Expand Down
1 change: 0 additions & 1 deletion include/poac/opts/graph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <poac/io/config.hpp>
#include <poac/io/path.hpp>
#include <poac/io/term.hpp>
#include <poac/util/argparse.hpp>
#include <poac/util/shell.hpp>
#include <string>
#include <utility>
Expand Down
1 change: 0 additions & 1 deletion include/poac/opts/install.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <poac/io.hpp>
#include <poac/core/except.hpp>
#include <poac/core/resolver/resolve.hpp>
#include <poac/util/argparse.hpp>
#include <poac/util/shell.hpp>

namespace poac::opts::install {
Expand Down
1 change: 0 additions & 1 deletion include/poac/opts/run.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <vector>

#include <poac/core/except.hpp>
#include <poac/util/argparse.hpp>

namespace poac::opts::run {
inline const clap::subcommand cli =
Expand Down
1 change: 0 additions & 1 deletion include/poac/opts/search.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <poac/core/except.hpp>
#include <poac/io/term.hpp>
#include <poac/io/net.hpp>
#include <poac/util/argparse.hpp>
#include <poac/util/pretty.hpp>
#include <poac/util/termcolor2/termcolor2.hpp>

Expand Down
1 change: 0 additions & 1 deletion include/poac/opts/uninstall.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <poac/io/term.hpp>
#include <poac/io/path.hpp>
#include <poac/io/config.hpp>
#include <poac/util/argparse.hpp>
#include <poac/util/termcolor2/termcolor2.hpp>

namespace poac::opts::uninstall {
Expand Down
1 change: 0 additions & 1 deletion include/poac/util.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef POAC_UTIL_HPP
#define POAC_UTIL_HPP

#include <poac/util/argparse.hpp>
#include <poac/util/cfg.hpp>
#include <poac/util/clap/clap.hpp>
#include <poac/util/git2-cpp/git2.hpp>
Expand Down
67 changes: 0 additions & 67 deletions include/poac/util/argparse.hpp

This file was deleted.

1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(TEST_NAMES
argparse
cfg
config
except
Expand Down
79 changes: 0 additions & 79 deletions tests/argparse.cpp

This file was deleted.

0 comments on commit 4d15bcc

Please sign in to comment.