Skip to content

Commit

Permalink
Cli: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Jan 27, 2025
1 parent 8dfb666 commit 9715065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cli.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class Cli;
using CliArgsView = std::span<const std::string>;
using Opts = std::unordered_set<Opt>;

// FIXME: remove this. To do so, we need to do actions (like printing help)
// within the Cli class in addition to just parsing the arguments.
// Defined in Cabin.cc
const Cli& getCli() noexcept;

Expand Down

0 comments on commit 9715065

Please sign in to comment.