Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Jan 28, 2025
1 parent 4c3402e commit fe04082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cabin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ getCli() noexcept {
.setShort("-v")
.setDesc("Use verbose output (-vv very verbose output)")
.setGlobal(true))
// TODO: assuming -- for long options would be better, also empty
// long options should be allowed?
.addOpt(Opt{ "-vv" }
.setShort("-vv")
.setDesc("Use very verbose output")
Expand Down

0 comments on commit fe04082

Please sign in to comment.