Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-binbin committed Jan 25, 2024
1 parent 30827f3 commit f99a4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/commander.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ auto MakeCmdAttr(const std::string &name, int arity, const std::string &descript
}

template <typename T>
auto MakeCmdAttr(const std::string &name, int arity, const std::string &description, int store_key, int first_key, int last_key,
int key_step, const AdditionalFlagGen &flag_gen = {}) {
auto MakeCmdAttr(const std::string &name, int arity, const std::string &description, int store_key, int first_key,
int last_key, int key_step, const AdditionalFlagGen &flag_gen = {}) {
CommandAttributes attr{name,
arity,
description,
Expand Down

0 comments on commit f99a4eb

Please sign in to comment.